Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCircArc3d::setAngles Method
Syntax
C++
OdGeCircArc3d& setAngles(double startAng, double endAng);

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

 

Parameters
Description
startAng
[in] Starting angle of arc.
endAng
[in] Ending angle of arc.

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

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