Function Entry: VLAX-CURVE-GETSECONDDERIV
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-CURVE-GETSECONDDERIV
Name
vlax-curve-getSecondDeriv
Class
Visual LISP curve function
Syntax
(vlax-curve-getSecondDeriv curve param)
Arguments and Values
curve— VLA-object designating a curve.param— number specifying a parameter on the curve.
Description
Returns the second derivative in WCS of a curve at the specified location.
Return Values
- 3D vector list or nil
Side Effects
None.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlax-curve-getSecondDeriv (AutoLISP)](https://help.autodesk.com/cloudhelp/2016/FRA/AutoCAD-MAC-Core/files/GUID-E1C78CD1-2347-4A2B-B054-62149738F9A6.htm)