Ok I got the point there, but now all elements are placed on top of each other. I would like to be able to place them with 16m distant to each other. How can I feed “curve” in the StructuralFraming.BeamByCurve so that it places all elements in a row.
I have tried the following code but I am confused how to connect them.
Yes thanks FamilyInstance.ByPoint seems to be the the one I need. However It seems to me that I have to feed it with a loop in a code block to feed it with one element and one specific point in each loop.
So I have two lists. First, the points list and second the familytype list. But the FamilyInstance.ByPoint takes one element and one point and it places all families on the same location.