API Reference > OdGe Classes > OdGeCone Class > OdGeCone Constructor > OdGeCone::OdGeCone Constructor (double, double, OdGePoint3d&, double, OdGeVector3d&)
OdGeCone::OdGeCone Constructor (double, double, OdGePoint3d&, double, OdGeVector3d&)
Syntax
C++
OdGeCone(double cosineAngle, double sineAngle, const OdGePoint3d& baseOrigin, double baseRadius, const OdGeVector3d& axisOfSymmetry);
Parameters 
Description 
double cosineAngle 
[in] The cosine of the angle between the generating line and the axis of symmetry.  
double sineAngle 
[in] The sine of the angle between the generating line and the axis of symmetry.  
const OdGePoint3d& baseOrigin 
[in] Center of the base.  
double baseRadius 
[in] Radius of the base.  
const OdGeVector3d& axisOfSymmetry 
[in] Axis of symmetry (rotation). 

Constructor for the OdGeCone class. 

 

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