Hie,
I like select all the families from a categorie. I try to do it with the "query families"component but i get a text list but i need an element list.
My target is select all the families from the categorie to change the name of some families
Regards.
Japhy
(Japhy)
February 15, 2024, 1:51pm
2
Are you looking for Types or the actual Instances in a project? Here are a few ways to get there…
1 Like
My intention is add characters to the familys name then i don´t need work with the types, only with the families.
Thanks!
In this way i can change one family name but i like to change all the families names on the curtain panel categorie that have one character and component families picker only let me choose one family.
And in this way i get the types but not the families.
I need a component like query families but the outout not be a text if not an element.
Regards
Japhy
(Japhy)
February 15, 2024, 3:58pm
4
There are differences in Family Types, Symbols, Instances and the actual Family.
Here i use the Element Classes Filter to gather Family Elements, then get only Furniture Category Elements before renaming with a prefix
Rh8-RiR-RenameFamilies.gh (13.3 KB)
1 Like
Japhy
(Japhy)
February 15, 2024, 4:04pm
5
Here is why the Query Families outputs text…
Hi @libnypacheco ,
Since Revit has System Families and Component Families we need a way to handle both. The problem is System Families do not have any representation on Revit API besides its name. That’s why we reference families here as texts.
You can do your own Famly Filter like this.
[image]
As you can see this filter is not the fastest ever since is a combination of two slow filters, Type Filter is the slow one here, and tooks 4.5s to run the Query.
Alternatively, if you don’t need a F…
1 Like
Thanks so much @Japhy .
I have just found a way also. I use a custom component called “type Family” ( Rhino.Inside®.Revit ).
Regards
1 Like