pferreira
2006-07-08, 10:52 PM
You can find the length from the start point of a polyline without breaking it by using this vlisp expression (vlax-curve-getDistAtPoint (vlax-ename->vla-object (car (entsel))) (getpoint "\nSelect point: \n")), with this it will ask you to select an object and then it will ask you to select a point along the polyline, finally it will return the distance from the start point (vertex 1).
Best Regards
Best Regards