API Reference > OdGe Classes > OdGeEllipCone Class > OdGeEllipCone Methods > OdGeEllipCone::getAngles Method
OdGeEllipCone::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 elliptical cone. 

 

All angles are expressed in radians.

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