
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have written a lisp to extract the vertices of a polyline, but I now need to give the distance along the polyline that each vertex is.
i.e. the first vertex will have a zero distance along the polyline, the second vertex would have a distance along the polyline equal to the distance between the first and the second vertex, the third will be the sum of the distance between the first, second and third vertex.
To make things a little easier, the only kind of polyline being analysed will be one that starts with a line, goes into an arc, then a line, then an arc (repeating between lines and arcs for however long the polyline may be), and ends in a line - Just by the way this is for a road...that is why alternating between lines and arcs, and I am needing stake values along the polyline for each vertex.
Please can somebody help?
Thanks
Derryck
Solved! Go to Solution.