vlax-curve-getfirstderiv
(vlax-curve-getfirstderiv curveEnt
param)
This function returns the "first derivative"
vector of curveEnt curve entity at specified param parameter.
|
Arguments |
curveEnt (ename or vla-object) the COM object of any "curve"
entity |
|
Return |
vector (point list); the vector of first derivative of curve at specified parameter, or NIL |
|
Example |
(setq vlaCircle
(vlax-ename->vla-object (entlast))) #<VLA-OBJECT
IAcadCircle 000000003A012150> |
|
Remarks |
|
| © Bricsys NV. All rights reserved. |