Function Entry: VLAX-CURVE-GETENDPOINT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLAX-CURVE-GETENDPOINT
Name
vlax-curve-getEndPoint
Class
Visual LISP curve function
Syntax
(vlax-curve-getEndPoint curve)
Arguments and Values
curve— VLA-object designating a curve.
Description
Returns the endpoint in WCS of the curve.
Return Values
- 3D point 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-getEndPoint (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2026/CHS/AutoCAD-AutoLISP-Reference/files/GUID-11309952-C617-4467-85E8-7EBE949F2730.htm)
- Status: documented.