API Reference > OdDb Classes > OdDbEllipse Class > OdDbEllipse Methods > OdDbEllipse::getEndPoint Method
OdDbEllipse::getEndPoint Method
Syntax
C++
virtual OdResult getEndPoint(OdGePoint3d& endPoint) const;
Parameters 
Description 
OdGePoint3d& endPoint 
[out] Reference to a variable in which this method must save the end point as three-dimensional point instance. 

Computes the WCS coordinates of the end point on the elliptical figure (ellipse or arc) for which the parameter equals the end value. When the elliptical figure is closed, the end point coincides with the start point. When the elliptical figure is unclosed, the end point corresponds to the end angle. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.