public class SbCylindricalProjection extends SbProjection
Cylindrical coordinates are: radius, theta (angle), height
Radius and height are 3D units and theta is in radians.
The projection of cylindrical coordinates into XYZ space is: x = r * cos(theta) y = r * sin(theta) z = h
See also:
Inventor.ConstructorCommandVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SbCylindricalProjection()
Constructor.
|
SbCylindricalProjection(SoProjection node)
Constructor.
|
exit, getFloatParameter, getNumFloatParameters, getNumStringParameters, getProjectedBoundingBox, getProjectionNode, getStringParameter, init, inverse, project, setNumFloatParameters, setNumStringParameters, setParameter, setParameterdispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic SbCylindricalProjection(SoProjection node)
public SbCylindricalProjection()
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com