How to Get Default Element Types with Revit API.

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 8

  • @charleshowroyd1786
    @charleshowroyd1786 28 วันที่ผ่านมา +1

    Thanks for the example coding. I'm using R2019 and unsuccessfully trying to get default dimension style - any suggestions?

    • @ErikFrits
      @ErikFrits  2 วันที่ผ่านมา

      Do you get any error messages ?

  • @KervinCalero
    @KervinCalero 11 หลายเดือนก่อน +1

    Can you do an example on textNote? Since it is neither a native or loaded family, it seems. Also how can you set a default textNote style please? Thank you🙏

    • @KervinCalero
      @KervinCalero 11 หลายเดือนก่อน

      Upon displaying result using TextNoteType I am getting: TypeError: Instance property must be acessed through a class instance

    • @ErikFrits
      @ErikFrits  10 หลายเดือนก่อน +1

      It's a native family in Revit. So we need to use GetDefaultElementTypeId
      Here is example:
      text_id = doc.GetDefaultElementTypeId(ElementTypeGroup.TextNoteType)
      text = doc.GetElement(text_id)
      print(text.Name)
      Regarding the error:
      It looks like you had some typo when accessing a property. Maybe you used something different to ElementTypeGroup?

  • @tomcioq2
    @tomcioq2 ปีที่แล้ว +1

    Speed for me to 0.75x 😅
    Thanks, for that video, it's exactly what I am looking for 👋

    • @ErikFrits
      @ErikFrits  ปีที่แล้ว

      Oh, I actually thought I made it slower than usual 😅
      Happy to Help!

  • @Revit12328
    @Revit12328 ปีที่แล้ว +1

    it was too fast for a beginer #Flash :)