Hi, is there any method to check whether a crop region has been rotated?
Im placing Generic annotations on views and they are placed at wrong location when Crop region has been rotated.
Hi, is there any method to check whether a crop region has been rotated?
Im placing Generic annotations on views and they are placed at wrong location when Crop region has been rotated.
Hi @ashwinash112,
You can obtain the Rotaiton of the CropRegion with the Element GetRotation node.
If the result isn’t 0, there is a rotation.
Thnx alban, it works well for Plan views, But not callouts and sections views.