Uses of Class
com.openinventor.inventor.nodes.SoGroup
-
Packages that use SoGroup Package Description com.openinventor.inventor.actions com.openinventor.inventor.collision Collision Detection.com.openinventor.inventor.geo com.openinventor.inventor.misc com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.ldm.nodes com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.nodes -
-
Uses of SoGroup in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGroup Modifier and Type Method Description SoGroup
SoBevelAction. getSceneGraph()
This method returns the scene graph containing the beveled shapes created by the action. -
Uses of SoGroup in com.openinventor.inventor.collision
Methods in com.openinventor.inventor.collision that return SoGroup Modifier and Type Method Description SoGroup
SoCollisionManager. getScene()
Returns the scene the object is interacting with.Methods in com.openinventor.inventor.collision with parameters of type SoGroup Modifier and Type Method Description void
SoCollisionManager. setScene(SoGroup scene)
Sets the scene the object is interacting with.Constructors in com.openinventor.inventor.collision with parameters of type SoGroup Constructor Description SoCollisionManager(SoPath object, SoGroup scene, SoTransform transform)
Constructor. -
Uses of SoGroup in com.openinventor.inventor.geo
Subclasses of SoGroup in com.openinventor.inventor.geo Modifier and Type Class Description class
SoGeoLOD
Level-of-detail management for multi-resolution terrains. -
Uses of SoGroup in com.openinventor.inventor.misc
Constructors in com.openinventor.inventor.misc with parameters of type SoGroup Constructor Description SoTranReceiver(SoGroup rootNode)
Constructor. -
Uses of SoGroup in com.openinventor.inventor.nodes
Subclasses of SoGroup in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoAnnotation
Annotation group node.class
SoArray
Group node that creates a regular IxJxK array of copies of its children.class
SoBillboard
Grouping node that modifies its coordinate system so that its local Z-axis always points at the viewer.class
SoBlinker
Animated cycling switch node.class
SoExtSelection
Selection node that supports lasso selection.class
SoInteractiveSwitch
Group node that traverses one chosen child depending on scene interaction.class
SoLevelOfDetail
Level-of-detail switching group node.class
SoLevelOfSimplification
Level-of-detail switching node designed for grouping simplified versions of the same shape.class
SoLocateHighlight
Special separator that performs locate highlighting.class
SoLOD
Distance-based level-of-detail switching group node.class
SoMultiPathSwitch
Group node that traverses only when traversed along a given path.class
SoMultipleCopy
Group node that traverses multiple times, applying matrices.class
SoMultipleInstance
Group node that renders multiple instances of its children.class
SoMultipleInstanceBase
Abstract group node that traverses its children multiple times.class
SoMultiSwitch
Group node that traverses a set of chosen children.class
SoNurbsGroup
Group that encapsulates NURBS surfaces to be joined.class
SoPathSwitch
Group node that traverses only when traversed along a given path.class
SoRenderToTarget
Group node that renders its children to one or more "targets".class
SoSelection
Manages a list of selected objects.class
SoSeparator
Group node that saves and restores traversal state.class
SoShadowGroup
Shadow casting group node.class
SoSwitch
Group node that traverses one chosen child.class
SoTransformSeparator
Group node that saves and restores transformation state.class
SoVertexAttribFeedback
Node to record vertex attributes from shaders into buffer objects.class
SoWWWAnchor
Separator group node with a URL hyperlink.Methods in com.openinventor.inventor.nodes that return SoGroup Modifier and Type Method Description SoGroup
SoFile. copyChildren()
Returns a newSoGroup
containing copies of all of the file node's children.SoGroup
SoWWWInline. copyChildren()
Return a copy of the hidden children as a Group. -
Uses of SoGroup in com.openinventor.inventor.viewercomponents.nodes
Subclasses of SoGroup in com.openinventor.inventor.viewercomponents.nodes Modifier and Type Class Description class
SceneExaminer
Tool class for easily building a basic interactive OpenInventor application without using existing viewer classes.class
SceneInteractor
Tool class for easily building a basic OpenInventor application without using existing viewer classes.class
SceneOrbiter
(Preview Feature) Tool class for building a basic interactive OpenInventor application with mode-less scene "orbiter" viewing behavior. -
Uses of SoGroup in com.openinventor.ldm.nodes
Subclasses of SoGroup in com.openinventor.ldm.nodes Modifier and Type Class Description class
SoMultiDataSeparator
Separator for combining multiple data sets. -
Uses of SoGroup in com.openinventor.medical.nodes
Subclasses of SoGroup in com.openinventor.medical.nodes Modifier and Type Class Description class
DicomInfo
(Preview Feature) Text node to display DICOM information on screen.class
Gnomon
(Preview Feature) Shape node to display a medical gnomon (compass) on the screen.class
SliceOrientationMarkers
(Preview Feature) Shape node to display slice orientation markers in window coordinates.class
SliceScaleBar
(Preview Feature) Shape node to display a dynamic scale bar in window coordinates.class
TextBox
(Preview Feature) Shape node to display a text box in window coordinates. -
Uses of SoGroup in com.openinventor.volumeviz.nodes
Subclasses of SoGroup in com.openinventor.volumeviz.nodes Modifier and Type Class Description class
SoVolumeClippingGroup
Clipping a volume with a 3D object.class
SoVolumeGroup
Groups multiple volumes to be volume rendered in the same scene.class
SoVolumeMaskGroup
Volume mask group.
-