I am trying to load specific Types of different family and I have excel data from advance steel - I have managed to get clean up the excel data and achieve ( Type Names - example SHS40x40x5 etc) now I want to load my company standard specific FamilySymbols ( Types) based on data sorted from advance steel.
I was able to duplicate preloaded type ( as each families has one type preloaded in the model) and change it type names based on excel data but steel members has Structural Section Geometry parameters and values which is specific for each type.
When we load families in Revit by Load family while choosing .rfa file we get a pop up of Type Catalog which let us select specific type(s).
We we get this option via Dynamo or python.
I did see a method in Revit API which let us load a specific type in the document but i am not able to map through it excel data.
Any help and suggestions would be really appreciated @c.poupin @jacob.small @sovitek @christian.stan or anyone
public bool LoadFamilySymbol(
string filename,
string name
)

