Hello everyone,
I am trying to create a set of ‘wall types samples’ available in the project file that I can refresh automatically, having a list of all wall family types available in the file. For that I would need a list of the wall family types available in the project file to then create the wall samples and refresh when needed.
I can’t find a way to obtain all the family types (walls) available in the project (without first having model elements).
In previous posts I saw that can be used “Get All Family Types” node but this does not support System families.
I even tried to get a python node solution but I do not understand how to retrieve this info. I started with (get_wall = FilteredElementCollector(doc).OfClass(FamilyInstance)) but that’s as far I could go.
I really appreciate any clue to the right direction guys.
Thank you and have a nice day