DataExtraction sorting points in a specific order along a path

DataExtraction sorting points in a specific order along a path

masterenol
Advocate Advocate
561 Views
2 Replies
Message 1 of 3

DataExtraction sorting points in a specific order along a path

masterenol
Advocate
Advocate

Hello, below is a picture of a triangle:

DataExtractionHelp.pngI 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.

0 Likes
562 Views
2 Replies
Replies (2)
Message 2 of 3

cadffm
Consultant
Consultant

Acad exporting in order of creation(default), so you have to create the lines in the right order.

There isn't another solution except programming, what is possible not ever, but often.

Sebastian

0 Likes
Message 3 of 3

masterenol
Advocate
Advocate

Hello. Thank you for your response. I created a shape using line that began in Quadrant I, which contains only positive x-values and positive y-values. When I did a DataExtract on this shape, the list of (x,y) values are not sorted by the order created, as can be seen with the negative values being the first row of coordinates extracted.

 

Thoughts please?

 

 

0 Likes