vlax-curve-getdistatpoint
(vlax-curve-getdistatpoint curveEnt
point)
This function returns the distance from
curveEnt curve's
start point to the specified point along the
curve.
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 point) or NIL |
Example |
last entity is a
LINE<0,0,0> to <10,10,10> : |
Remarks |
|
© Bricsys NV. All rights reserved. |