API Reference > OdGe Classes > OdGeEllipCone Class > OdGeEllipCone Constructor > OdGeEllipCone::OdGeEllipCone Constructor (double, double, OdGePoint3d&, double, double, OdGeVector3d&)
OdGeEllipCone::OdGeEllipCone Constructor (double, double, OdGePoint3d&, double, double, OdGeVector3d&)
Syntax
C++
OdGeEllipCone(double cosineAngle, double sineAngle, const OdGePoint3d& origin, double minorRadius, double majorRadius, const OdGeVector3d& axisOfSymmetry);
Parameters 
Description 
double cosineAngle 
[in] The cosine of the angle between the generating line passing through the major axis, and the axis of symmetry.  
double sineAngle 
[in] The sine of the angle between the generating line passing through the major axis, and the axis of symmetry.  
const OdGePoint3d& origin 
[in] The origin point of this elliptical cone.  
double minorRadius 
[in] The minor radius of this elliptical cone.  
double majorRadius 
[in] The major radius of this elliptical cone.  
const OdGeVector3d& axisOfSymmetry 
[in] Axis of symmetry (rotation). 

Constructor for the OdGeEllipCone class. 

 

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