vlax-curve-getEndPoint (AutoLISP)

Returns the endpoint (in WCS) of the curve

(vlax-curve-getEndPoint curve-obj)

Arguments

curve-obj

The VLA-object to be measured.

Return Values

A 3D point list representing an endpoint, if successful; otherwise nil.

Examples

(vlax-curve-getEndPoint ellipseObj)
(2.0 2.0 0.0)