Rotate Callout view family instance

After I have placed a callout, I would like to rotate it based on it’s center point. I’m having trouble accessing the family instances of the callouts for the FamilyInstance.SetRotation node. How do I access the family instances of callouts? Is there a way to get the family instances using python? Thank you in advance.

Hi @Cloll,

You can rotate callout with the Element SetRotation node of the Genius Loci package.

1 Like

You can retrieve callout element from view with the View CropBox node of the same package.

1 Like

@Alban_de_Chasteigner Thank you for this solution! The Element SetRotation is exactly what I needed.