API Reference > OdDb Classes > OdDbEllipse Class > OdDbEllipse Methods > OdDbEllipse::endAngle Method
OdDbEllipse::endAngle Method
Syntax
C++
double endAngle() const;

Returns the end angle of the elliptical figure (ellipse or arc) in radians (DXF 51).

The end angle is measured counterclockwise from the major axis. When (StartAngle = 0) and (EndAngle = Oda2PI) and (EndAngle - StartAngle) > 1e-6, the figure is closed, that is an ellipse.

Example of Working with the Elliptical Arc 

Specific Elliptical Arc Properties 

OdDbEllipse::setEndAngle(), OdDbEllipse::startAngle() methods

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