Does anyone have an example of how to sort points retrieved from intersection of geometry into a ordered list of points either clockwise or counterclockwise that forms a closed polygon. Trying to avoid self crossing polygon.
1 Like
PointsSequence.dyn (10.0 KB)
4 Likes
Thanks so much Vikram, i will turn this into a function and share when done.
1 Like
Vikram, do you know how this could be modified to determine the rotation axis?