Uses of Class
com.openinventor.inventor.nodes.SoTransform
Packages that use SoTransform
Package
Description
Collision Detection.
-
Uses of SoTransform in com.openinventor.inventor.collision
Methods in com.openinventor.inventor.collision that return SoTransformModifier and TypeMethodDescriptionSoCollisionManager.getTransform()
Returns the transformation that will be watched.Methods in com.openinventor.inventor.collision with parameters of type SoTransformModifier and TypeMethodDescriptionvoid
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 SoTransformModifierConstructorDescriptionSoCollisionManager
(SoPath object, SoGroup scene, SoTransform transform) Constructor. -
Uses of SoTransform in com.openinventor.inventor.manips
Subclasses of SoTransform in com.openinventor.inventor.manipsModifier and TypeClassDescriptionclass
Transform node with 3D interface for editing rotation and center.class
Transform node with 3D Interface for editing ScaleFactor and Translation.class
Transform node with 3D interface for rotating, scaling, and translating.class
Transform node with 3D Interface for editing scale and translation.class
Transform node with 3D interface for changing rotation and scaling.class
Transform node with 3D interface for changing scaling, rotation, and translation.class
Transform node with 3D interface for changing scaling, rotation, and translation.class
Base class for all transform nodes with built-in 3D user interfaces.Methods in com.openinventor.inventor.manips with parameters of type SoTransformModifier and TypeMethodDescriptionboolean
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 SoTransformModifier and TypeMethodDescriptionPbDomain.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 SoTransformModifier and TypeMethodDescriptionPoDomain.getTransform()
Get the domain transform matrix in anSoTransform
object.