Uses of Class
com.openinventor.inventor.draggers.SoDragger
-
Packages that use SoDragger Package Description com.openinventor.inventor.draggers com.openinventor.inventor.manips com.openinventor.inventor.misc.callbacks com.openinventor.ldm.manips com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.draggers -
-
Uses of SoDragger in com.openinventor.inventor.draggers
Subclasses of SoDragger in com.openinventor.inventor.draggers Modifier and Type Class Description class
SoCenterballDragger
Striped ball you rotate and re-center by dragging with the mouse.class
SoDirectionalLightDragger
Directional icon you rotate and translate by dragging with the mouse.class
SoDragPointDragger
Object you can translate in 3D by dragging with the mouse.class
SoEllipsoidDragger
Ellipsoid you can translate or scale within a plane by dragging with the mouse.class
SoHandleBoxDragger
Box you can scale, stretch and translate by dragging with the mouse.class
SoJackDragger
Jack-shaped object you rotate, translate, or scale by dragging with the mouse.class
SoPointLightDragger
Sun-shaped icon you can translate in 3D by dragging with the mouse.class
SoRotateCylindricalDragger
Object you rotate along a cylindrical surface by dragging with the mouse.class
SoRotateDiscDragger
Object you can rotate like a knob by dragging with the mouse.class
SoRotateSphericalDragger
Object you can rotate about a spherical surface by dragging with the mouse.class
SoScale1Dragger
Object you can scale in one dimension by dragging with the mouse.class
SoScale2Dragger
Object you can scale in two dimensions by dragging with the mouse.class
SoScale2UniformDragger
Object you can scale uniformly in two dimensions by dragging with the mouse.class
SoScaleUniformDragger
Object you can scale uniformly in 3D by dragging with the mouse.class
SoSpotLightDragger
Spotlight shaped dragger that allows you to change position, direction, and width of the beam.class
SoTabBoxDragger
Cubic object you can translate and scale by dragging with the mouse.class
SoTabPlaneDragger
Object you can translate or scale within a plane by dragging with the mouse.class
SoTrackballDragger
Striped ball you can rotate or scale uniformly by dragging with the mouse.class
SoTransformBoxDragger
Box-like object you scale, rotate, and translate by dragging with the mouse.class
SoTransformerDragger
Box-like object you scale, rotate, and translate by dragging with the mouse.class
SoTranslate1Dragger
Object you can translate along a line by dragging with the mouse.class
SoTranslate2Dragger
Object you can translate within a plane by dragging with the mouse. -
Uses of SoDragger in com.openinventor.inventor.manips
Methods in com.openinventor.inventor.manips that return SoDragger Modifier and Type Method Description SoDragger
SoClipPlaneManip. getDragger()
Returns the dragger node being employed by this manip.SoDragger
SoDirectionalLightManip. getDragger()
Returns the dragger being used by this manipulator.SoDragger
SoPointLightManip. getDragger()
Returns the dragger being used by this manipulator.SoDragger
SoSpotLightManip. getDragger()
Returns the dragger being used by this manipulator.SoDragger
SoTransformManip. getDragger()
Returns the dragger being used by this manipulator. -
Uses of SoDragger in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoDragger Modifier and Type Method Description void
SoDraggerCB. invoke(SoDragger dragger)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body. -
Uses of SoDragger in com.openinventor.ldm.manips
Methods in com.openinventor.ldm.manips that return SoDragger Modifier and Type Method Description SoDragger
SoROIManip. getDragger()
Returns the dragger node being employed by this manip. -
Uses of SoDragger in com.openinventor.medical.nodes
Subclasses of SoDragger in com.openinventor.medical.nodes Modifier and Type Class Description class
Magnifier
(Preview Feature) Shape node to display a magnified view of a region of the screen. -
Uses of SoDragger in com.openinventor.volumeviz.draggers
Subclasses of SoDragger in com.openinventor.volumeviz.draggers Modifier and Type Class Description class
SoOrthoSliceDragger
Object that moves anSoOrthoSlice
by dragging with the mouse.
-