Message 1 of 4
How to resolve this with Revit API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Problem:
Adding the following 2 instance parameters onto the family and overwrote.
「配置基準(Placement Criteria)」and 「配置高さ(Placement height)」
After the overwrote them, one of the family sizes got so big and others are not. The weird phenomenon has happened.
Here are the families and size changed.
- Family name : 1091000010_1001_SVC4_PE_SA_260.rfa
- Size of the original family : 660KB
- Size of the revised family: 1,188KB (180% increased)
- Family Name: 1011600010_1001_N_C_7_200.rfa
- Size of the original family : 336 KB
- Size of the revised family: 336 KB (0% increased)
Question:
How to avoid this with API?
Note:
Although We set the compact property (Compact=True) at SaveAsOption Class, the result of file size was the same as above mentioned.
Attachments:
- Families
- Source Code
- Comparison sheet (Excel)
Thank you for your advice in advance!