Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeEllipCone::OdGeEllipCone Constructor (double, double, const OdGePoint3d&, double, double, const OdGeVector3d&)
Syntax
C++
OdGeEllipCone(double cosineAngle, double sineAngle, const OdGePoint3d& origin, double minorRadius, double majorRadius, const OdGeVector3d& axisOfSymmetry);

Constructor for the OdGeEllipCone class. 

 

Parameters
Description
cosineAngle
[in] The cosine of the angle between the generating line passing through the major axis, and the axis of symmetry.
sineAngle
[in] The sine of the angle between the generating line passing through the major axis, and the axis of symmetry.
origin
[in] The origin point of this elliptical cone.
minorRadius
[in] The minor radius of this elliptical cone.
majorRadius
[in] The major radius of this elliptical cone.
axisOfSymmetry
[in] Axis of symmetry (rotation).
Copyright © 2002-2022. Open Design Alliance All rights reserved.