Hello everyone! I have created masses via a dynamo script. As you can see, I have managed to link them to a family that I have previously created and loaded into the project. However, once I close dynamo, the process fails. How do I load this into the project? Is there a node such as, for example, ‘importinstance.bygeometries’?
You have a family type, but no instances thereof.
FamilyInstance.ByPoint, using the family type generated and the minimum point of the bounding box for each geometry as the point.
1 Like