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

eOk if the operation completed successfully, or an appropriate error code otherwise.

Sets the starting and ending angles of this arc. 

 

All angles are expressed in radians.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.