I'm trying to rotate multiple features in a certain angle, but each on its own pivot, is there a way to do it in ArcMap? Whenever I try to select the features and use the rotate tool all of them rotate on the same axis.
-
1I am afraid that you can only have one anchor point for all selected features. If you need to rotate a lot of feature, try some scripts gis.stackexchange.com/questions/23587/…radouxju– radouxju2016年01月05日 13:17:17 +00:00Commented Jan 5, 2016 at 13:17
1 Answer 1
I don't believe that you are asking for a script based answer, so I did not mark as duplicate, however, I the only way to do this using ArcGIS is with a script (see How to Rotate Features in ArcGIS Using Python), though there do seem to be references to third party tools out there as well (see this ESRI help link that references what appears to be a pay tool).