orange Posted November 15, 2010 Posted November 15, 2010 is there an easy way to tell how much is given vertex/node away from 'edge' of pline? (distance between first/last vertex and that one) autocad only displays distance to next/previous vertex, and its tedious to break pline in two.. thanks. Quote
BlackBox Posted November 15, 2010 Posted November 15, 2010 Look into the vlax-curve-* functions in the developer documentation. Quote
BIGAL Posted November 16, 2010 Posted November 16, 2010 'cal dpl(p,p1,p2) page 116 release 12 extras manual need though (setq p (getpoint)) (setq p1 (getpoint)) (setq p2 (getpoint)) p is point p1& p2 pline points, bit simpler than having to work out maths etc or pull the pline apart or vlax-curve Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.