vlax-curve-getEndPoint
 
 
 

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

Get the endpoint of the ellipse used to demonstrate vlax-curve-getArea:

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