API Reference > OdDb Classes > OdDbArc Class > OdDbArc Methods > OdDbArc::setEndAngle Method
OdDbArc::setEndAngle Method
Syntax
C++
void setEndAngle(double endAngle);
Parameters 
Description 
double endAngle 
[in] End angle as a Double value. 

Sets the end angle of the circular arc in the range ±2PI radians (DXF 51). A positive value specifies the angle measured from the OCS X-axis counterclockwise. A negative value specifies the angle measured from the OCS X-axis clockwise. The initial value is zero by default. 

 

If an angle value is negative, this method automatically converts it to the positive equivalent. If an angle value is more than 2PI, this method automatically convertes it to the range 0 to 2PI.

Example of Working with the Circular Arc 

Specific Circular Arc Properties 

OdDbArc::endAngle(), OdDbArc::setStartAngle() methods

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