vlax-curve-getparamatpoint
(vlax-curve-getparamatpoint curveEnt
point)
This function returns the parameter value
at point located on the curveEnt
curve entity.
Arguments |
curveEnt (ename or vla-object) the COM object of any "curve"
entity |
Return |
double; the parameter of the curve at the specified point (relative to the curve start point) or NIL |
Example |
last entity is a
LINE<0,0,0> to <10,10,10> : |
Remarks |
|
© Bricsys NV. All rights reserved. |