Close

Relief for ODA Team in Ukraine

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

Sets the parameters for this elliptical cone according to the arguments, and returns a reference to this elliptical cone. 

 

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.
center
[in] The origin 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).

A reference to this OdGeEllipCone object.

All angles are expressed in radians.

Copyright © 2002-2022. Open Design Alliance All rights reserved.