API Reference > OdGe Classes > OdGeEllipCone Class > OdGeEllipCone Methods > OdGeEllipCone::getHalfAngle Method
OdGeEllipCone::getHalfAngle Method
Syntax
C++
void getHalfAngle(double& cosineAngle, double& sineAngle) const;
Parameters 
Description 
double& cosineAngle 
[out] Receives the cosine of the angle.  
double& sineAngle 
[out] Receives the sine of the angle. 

Retrieves the angle between the generating line passing through the major axis, and the axis of symmetry.

The angle is returned "as is", the signs are preserved. 

 

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