Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbArc::setStartAngle Method
Syntax
C++
void setStartAngle(double startAngle);

Sets the start angle of the circular arc in the range ±2PI radians (DXF 50). 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. 

 

Parameters
Description
startAngle
[in] Start angle as a Double value.

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 converts it to the range 0 to 2PI.

Copyright © 2002-2022. Open Design Alliance All rights reserved.