Uses of Class
com.openinventor.inventor.nodes.SoTransform
-
Packages that use SoTransform Package Description com.openinventor.inventor.collision Collision Detection.com.openinventor.inventor.manips com.openinventor.meshviz.graph com.openinventor.meshviz.nodes -
-
Uses of SoTransform in com.openinventor.inventor.collision
Methods in com.openinventor.inventor.collision that return SoTransform Modifier and Type Method Description SoTransform
SoCollisionManager. getTransform()
Returns the transformation that will be watched.Methods in com.openinventor.inventor.collision with parameters of type SoTransform Modifier and Type Method Description void
SoDualSceneCollider. activate(SoTransform transform)
Specifies the transformation that will be watched.void
SoCollisionManager. setTransform(SoTransform transform)
Sets the transformation that will be watched.Constructors in com.openinventor.inventor.collision with parameters of type SoTransform Constructor Description SoCollisionManager(SoPath object, SoGroup scene, SoTransform transform)
Constructor. -
Uses of SoTransform in com.openinventor.inventor.manips
Subclasses of SoTransform 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.Methods in com.openinventor.inventor.manips with parameters of type SoTransform Modifier and Type Method Description boolean
SoTransformManip. replaceManip(SoPath p, SoTransform newOne)
Replaces the tail of the path, which must be this manipulator, with the givenSoTransform
node. -
Uses of SoTransform in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return SoTransform Modifier and Type Method Description SoTransform
PbDomain. getTransform()
Get the domain transform matrix in anSoTransform
object. -
Uses of SoTransform in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes that return SoTransform Modifier and Type Method Description SoTransform
PoDomain. getTransform()
Get the domain transform matrix in anSoTransform
object.
-