Uses of Class
com.openinventor.inventor.fields.SoSFNode
-
Packages that use SoSFNode Package Description com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.engines com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.volumeviz.nodes -
-
Uses of SoSFNode in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFNode Modifier and Type Field Description SoSFNode
SoScreenDrawer. sceneGraph
Scene graph to render. -
Uses of SoSFNode in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoSFNode Modifier and Type Field Description SoSFNode
SoComputeBoundingBox. node
Defines the graph for which the bounding box is computed. -
Uses of SoSFNode in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFNode Modifier and Type Field Description SoSFNode
SoAnnoText3. alternateRep
This field optionally holds anSoText3
node that will be written out in place of thisSoAnnoText3
node when saved to a .iv file.SoSFNode
SoWWWInline. alternateRep
Specifies child data that can be used instead of fetching data from the URL.SoSFNode
SoNurbsProfile. boundary
Associate the profile with the specified boundary using anSoNurbsBoundary
node.SoSFNode
SoCSGShape. leftOperand
Geometry scene graph to be used as left operand for the Boolean operation.SoSFNode
SoAlgebraicShape. rayIntersection
Field for anSoFragmentShader
object that defines the GLSL ray intersection function.SoSFNode
SoTexture2. renderToTextureProperty
Specifies anSoRenderToTextureProperty
node containing a scene graph that will be rendered to create the texture image.SoSFNode
SoTextureCubeMap. renderToTextureProperty
Specifies anSoRenderToTextureProperty
node containing a scene graph that will be rendered to create the texture image.SoSFNode
SoCSGShape. rightOperand
Geometry scene graph to be used as right operand for the Boolean operation.SoSFNode
SoShaderParameterImage. texture
Specifies the texture to bind to the image unit.SoSFNode
SoVertexShape. vertexProperty
vertex property node. -
Uses of SoSFNode in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes declared as SoSFNode Modifier and Type Field Description SoSFNode
SoViewingCube. compass
Defines an additional and optional scene graph to visualize a compass encapsulated in the viewing cube.SoSFNode
SoViewingCube. sceneCamera
Camera which is synchronized with this viewing cube. -
Uses of SoSFNode in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFNode Modifier and Type Field Description SoSFNode
Magnifier. sceneToMagnify
Specifies the root node of the scene that will be magnified.SoSFNode
SliceScaleBar. trackedCamera
Tracked camera (default is null). -
Uses of SoSFNode in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoSFNode Modifier and Type Field Description SoSFNode
PoMesh. moduleDataMapping
Field used to do coloring according the module of the vectors. -
Uses of SoSFNode in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFNode Modifier and Type Field Description SoSFNode
PoChart. material
Defines the list of materials used for the coloring. -
Uses of SoSFNode in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFNode Modifier and Type Field Description SoSFNode
SoSlice. alternateRep
This field optionally holds a subgraph containing only core Open Inventor nodes that can be used for rendering when VolumeViz is not available.SoSFNode
SoOffscreenVolumeRender. bboxSceneGraph
Head of the scene graph that defines the 3D off-screen scene cube to consider in world coordinates.SoSFNode
SoUniformGridProjectionClipping. sceneGraph
Scene graph containing shapes to project on the orthogonal plane defined byaxis
field to generate theSoUniformGridClipping
height map texture.SoSFNode
SoOffscreenVolumeRender. volumerenderSceneGraph
Head of the scene graph that contains one or multiple VolumeRender node to render in 3D off-screen cube.
-