Hi all,
I cannot introduce in the FamilyInstance input the result I received from the StructuralFraming.ColumnByCurve node (please, see imagen attached).
Any idea how can I convert this information?
I cannot select all the instances from a given Type, as the result won’t have the desired order that will match with the degrees that will rotate each of them.
We need to see the rest of the graph. What do the errors say?
@fernandogarciablanco try to fetch the columns after their creation, and use a family instance input to set the rotation, hope this helps:
Hi Nick, thanks for reply,
I just updated the image
Unfortunately this won’t work.
I cannot select all the instances from a given Type, as the result won’t have the desired order that will match with the degrees that will rotate each of them
for rotating has structural columns dont have a rotation parameter for that ?
@fernandogarciablanco FamilyInstance.SetRotation node requires a family instance as input, while the StructuralFraming.ByColumnCurve output is Revit Element; Try to sort your list accordingly in order to get the right rotation value to the right column as per your intent.
I was trying to rotate the element when I could set the parameter according to the degrees.
Thanks very much this will sort it out