vlax-curve-getdistatparam
(vlax-curve-getdistatparam curveEnt
param)
This function returns the distance of
the curveEnt curve entity at specified parameter param.
Arguments |
curveEnt (ename or vla-object) the COM object of any "curve"
entity |
Return |
double; the distance of the curve (relative to the curve's start parameter) or NIL |
Example |
(setq vlaLine
(vlax-ename->vla-object (entlast))) #<VLA-OBJECT
IAcadCircle 000000003A012150> |
Remarks |
the "distance" is a relative
length value, for some curve types ! |
© Bricsys NV. All rights reserved. |