vlax-curve-getpointatdist
(vlax-curve-getpointatdist curveEnt
dist)
This function returns the point on the
curveEnt curve
entity, at dist distance from curve's start.
Arguments |
curveEnt (ename or vla-object) the COM object of any "curve"
entity |
Return |
3d WCS point list, or NIL |
Example |
(setq vlaCircle
(vlax-ename->vla-object (entlast))) #<VLA-OBJECT
IAcadCircle 000000002EC2AD70> |
Remarks |
|
© Bricsys NV. All rights reserved. |