Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCone::set Method (double, double, const OdGePoint3d&, double, const OdGeVector3d&)
Syntax
C++
OdGeCone& set(double cosineAngle, double sineAngle, const OdGePoint3d& baseCenter, double baseRadius, const OdGeVector3d& axisOfSymmetry);

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

 

Parameters
Description
cosineAngle
[in] The cosine of the angle between the generating line and the axis of symmetry.
sineAngle
[in] The sine of the angle between the generating line and the axis of symmetry.
baseCenter
[in] Center of the base.
baseRadius
[in] Radius of the base.
axisOfSymmetry
[in] Axis of symmetry (rotation).

A reference to this OdGeCone object.

All angles are expressed in radians.

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