Creating System Families from an excel sheet CHALLENGE

This incorrect behaviour of Dynamo is corrected in Dynamo 2.3. Anyway the packages are installed correctly despite the shutdown of Revit.

The lists of thickness, material and function have an unequal length so use the longest lacing on the Create Compound FamilyType node.

1 Like

it works!!
thank u very much :star_struck:

Hi @Alban_de_Chasteigner,

Is there a possibility to overwrite the floors created by this workflow?

For example: I have a floor called β€œTest1” and its materials layers called β€œS1, S2, S3”. In a later revision, β€œTest1” change the materials layer as β€œS1, S4, S3, S5”.

Thanks a lot,
Michele

Hi,

Use the FamilyType.SetCompoundLayerMaterial of the Clockwork package to change the materials in the existing floor.

SetCompoundLayerMaterial

Hi @Alban_de_Chasteigner

I have a problem with creating multiple familyTypes. I have the inputs as follows


Do you have any tips to solve this?
Best
Martin

Hi,

As specified above, you must use the longest lacing with lists of unequal lengths.
Use Flatten nodes to simplify your list structures.

Hi, thank you for the quick reply, it looks like it solved the issues, partially!

Do I have to use a single item for the ElementOfFamilyType?


Best
Martin

Hi again, sorry for the spam. The problem was that the names of the families i was feeding in, were too long :slight_smile: . Thank you for your help!