Family Instance by Point Rotation

I am trying to place a family at the same location and rotation as the geometry in the linked model. I am able to extract the point information fine, but I am stuck on the rotation. Any help would be greatly appreciated!

Hello David,

If you are able to extract the point lists, you need to do some other node operations before placing the family at these points. And for the rotation of the geometry, you can try with Dynamo node “FamilyInstance.SetRotation”. A part of my work may help to solve your problem.


Regards,
Saiful

Saiful,

Thank you! I’ll give it a shot later today and let you know how things turn out!