Hello everyone!
I’m trying to create beams (no standard) by providing Dynamo with excel coordinates. Through the List.Chop command I can read the values, on excel, two by two, thus indicating the initial and final Cross sections of each LoftSolid.
The Direct.Shape.ByGeometry allows me to have all the solids separated, but they all have the same name.
I would like to use the FamilyInstance.ByGeometry instead and maybe catalog the various solids also by name. Basically, I wish I could give a different name to each SolidLoft. There are too many and I can’t do one at a time.
Thanks in advance for the help