numbering polygon in clockwise

933
2
07-21-2012 01:50 PM
mariangalie
New Contributor
Hello!!!

Is there any funtion that could number a group of polygons in clockwise (by labeling) ?

Thank you
0 Kudos
2 Replies
mariangalie
New Contributor
like in this image[ATTACH=CONFIG]16308[/ATTACH]
0 Kudos
DanPatterson_Retired
MVP Emeritus
you could try producing centroids of all the polygons, then the centroid of the centroids and perform a radial sort about that, then join the points back to the polygons and number them.  this would require some coding on your part, but there are functions in python on the web that will allow you to determine the radially sorted values
0 Kudos