API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Methods > OdGeCircArc3d::setAngles Method
OdGeCircArc3d::setAngles Method
Syntax
C++
OdGeCircArc3d& setAngles(double startAng, double endAng);
Parameters 
Description 
double startAng 
[in] Starting angle of arc.  
double endAng 
[in] Ending angle of arc. 

Sets the starting and ending angles of this arc, and returns a reference to this arc. 

 

All angles are expressed in radians. In common case parameter(paramOf,evalPoint,evaluate) interval is NOT equal to [startAng; endAng]! But it length is endAng - startAng.

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