Share Email Facebook Twitter LinkedIn vlax-curve-getEndPoint (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original 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) Related References vlax-curve-getArea (AutoLISP)