Uses of Class
com.openinventor.inventor.nodes.SoTransformation
-
Packages that use SoTransformation Package Description com.openinventor.inventor.geo com.openinventor.inventor.manips com.openinventor.inventor.nodes -
-
Uses of SoTransformation in com.openinventor.inventor.geo
Subclasses of SoTransformation in com.openinventor.inventor.geo Modifier and Type Class Description class
SoGeoLocation
Used to georeference models. -
Uses of SoTransformation in com.openinventor.inventor.manips
Subclasses of SoTransformation in com.openinventor.inventor.manips Modifier and Type Class Description class
SoCenterballManip
Transform node with 3D interface for editing rotation and center.class
SoHandleBoxManip
Transform node with 3D Interface for editing ScaleFactor and Translation.class
SoJackManip
Transform node with 3D interface for rotating, scaling, and translating.class
SoTabBoxManip
Transform node with 3D Interface for editing scale and translation.class
SoTrackballManip
Transform node with 3D interface for changing rotation and scaling.class
SoTransformBoxManip
Transform node with 3D interface for changing scaling, rotation, and translation.class
SoTransformerManip
Transform node with 3D interface for changing scaling, rotation, and translation.class
SoTransformManip
Base class for all transform nodes with built-in 3D user interfaces. -
Uses of SoTransformation in com.openinventor.inventor.nodes
Subclasses of SoTransformation in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoAntiSquish
Transformation node that undoes non-uniform 3D scales.class
SoMatrixTransform
Node that specifies a 3D geometric transformation as a matrix.class
SoPendulum
Animated oscillating rotation node.class
SoResetTransform
Node that resets the current transformation to identity.class
SoRotation
Node representing a 3D rotation about an arbitrary axis.class
SoRotationXYZ
Node representing a 3D rotation about the x-, y-, or z-axis.class
SoRotor
Animated rotation node.class
SoScale
Node representing a 3D geometric scaling.class
SoShuttle
Animated oscillating translation node.class
SoSurroundScale
Transformation node that adjusts the current matrix so a default cube will surround other objects.class
SoTransform
General 3D geometric transformation node.class
SoTranslation
Node representing a 3D translation.class
SoUnits
Node that scales to convert units of length.Methods in com.openinventor.inventor.nodes with parameters of type SoTransformation Modifier and Type Method Description void
SoTransform. combineLeft(SoTransformation nodeOnLeft)
Convenience function that combines the effects of another transformation node into the current transformation stored in this node.void
SoTransform. combineRight(SoTransformation nodeOnRight)
Convenience function that combines the effects of another transformation node into the current transformation stored in this node.
-