Hi guys, really need your suggestion about this task:
I’m trying to automate FamilyTypes update/creation inside a Family Document.
Now, my manual workaround consists in:
- Opening the RFA file
- Insert > Import Family Types > Select the FamilyType Catalogue TXT file (generated with a rather simple Macro inside Excel)
- Let Revit to delete existing Types
- Saving the file
I’m trying to create a new workaround for a massive (maybe for 200 or more Families) update of the existing files, due to changed/updated parameter values inside each family compared to the datas my customers gave me at the beginning of this work.
I’d like to create a Dynamo script but can’t find the way to import types from that TXT file.
Anyone, maybe expert with Python coding, can help?