I want to upload each family by copying the .rfa family file and modify each parameter value.
However, the parameters created in the family file are not imported. What should I do?
I believe default instance values are set based on their value in the family when its loaded. Might need to open the family in background first, change its parameter value in that file and then load it. The Orchid package has nodes to do these steps.
I found that FamilyInstance.ByFamilyType only work for the element in active view.
Do you know any custom node or other method to get the instance parameter of family without placing it in revit?
Thanks a lot
Yes the Clockwork package has nodes for collecting all families of category, which you can then get the types from. This wont require instances to be placed - I use this quite often.