Hi; new to Dynamo/Revit coming from a Grasshopper/Rhino background.
I was wondering if there was a Dynamo node for arraying a family instance radially?
The Geometry.Rotate node does not work for family instances, and FamilyInstance.SetRotation seems to only address a specific instance of a family, such that the last FamilyInstance.SetRotation will determine the final translation, as opposed to each concurrent node creating a new instance.
In short - is there a rotation node that can copy a family instance radially that works from a cross product of a single Family Instance and multiple angle inputs?
Whilst i understand that I could place an instance of the family at each intended location, then progressively rotate them, is there a single node I am missing that could get the job done?
Thanks!