Message 1 of 3
DataExtraction sorting points in a specific order along a path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, below is a picture of a triangle:
I want to extract the (x,y) coordinates sequentially along a path so that in a text file, DataExtraction.txt, Row 1 is 1st Point, Row 2 is 2nd Point, and Row 3 is the 3rd Point.
Can someone please help me achieve this goal? So far, DataExtration seems to sort the points by either ascending or descending numerical value.