- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to get a lisp extract the X and Y coordinates of series points on a polyline
First situation is the points divide polyline with equal interval (for example 1 meter).
without lisp, I can do is use measure command, put points along polyline every 1 meter, then use dataextraction to get all points coordinates.
Second situation, the points have equal increasing on x. For example, increase 1 meter each time, I need find y value at the point x = 1, 2, 3,.... until end.
without lips, I can do is drawing array of lines with interval 1 meter, then trim them by the polyline, use dataextaction to get all lines end point y value.
I hope can have some lisps to solve my two problems and speed up my work, highly appreciate if anyone can help!
Thanks,
Bin
Solved! Go to Solution.