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.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SbCylindricalProjection()
Constructor.
|
SbCylindricalProjection(SoProjection node)
Constructor.
|
exit, getFloatParameter, getNumFloatParameters, getNumStringParameters, getProjectedBoundingBox, getProjectionNode, getStringParameter, init, inverse, project, setNumFloatParameters, setNumStringParameters, setParameter, setParameter
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public SbCylindricalProjection(SoProjection node)
public SbCylindricalProjection()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com