vlax-curve-getsecondderiv


(vlax-curve-getsecondderiv curveEnt param)

This function returns the "second derivative" vector of curveEnt curve entity at specified param parameter.

Arguments

curveEnt  (ename or vla-object) the COM object of any "curve" entity
param  (integer or double)  the "parameter" on the curve

Return

vector (point list);  the vector of second derivative of curve at specified parameter, or NIL

Example

(setq vlaCircle (vlax-ename->vla-object (entlast)))  #<VLA-OBJECT IAcadCircle 000000003A012150>
(vlax-curve-getsecondderiv vlaCircle 0.75)  (-184.063405049173 -171.472816549062 0.0)

Remarks




©  Bricsys NV. All rights reserved.