API Reference > OdGe Classes > OdGeEllipCylinder Class > OdGeEllipCylinder Methods > OdGeEllipCylinder::getAngles Method
OdGeEllipCylinder::getAngles Method
Syntax
C++
void getAngles(double& startAng, double& endAng) const;
Parameters 
Description 
double& startAng 
[out] Receives the start angle.  
double& endAng 
[out] Receives the end angle. 

Retrieves the starting and ending angles of this cylinder. 

 

All angles are expressed in radians.

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