How can I select all the elements of all the types of a family in a simpler way than by selecting each family type? I attach a screenshot. Thank you.
There are nodes for this in GeniusLoci and MEPOver (I think).
Alternatively, get all elements of class (family symbol), get the family, check this against your desired input family, filter the output, then get all elements of family type. Edit: or the node below, didn’t realise it existed hah.
Start with selecting the family - I like Family.ByName
for that, but use what works best for you.
Then pull all the family types from the family with a Family.Types
node.
Then get all the family instances of all the family types with an All Elements of Family Type
node.
Thanks. I dont know how to do this. " check this against your desired input family, filter the output"
Don’t worry - there’s an out of the box node to do what I was describing, see jacob’s post above.