Package | Description |
---|---|
com.openinventor.hardcopy |
Resolution-independent vector/polygon hardcopy.
|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.actions | |
com.openinventor.inventor.collision |
Collision Detection.
|
com.openinventor.inventor.gui.view | |
com.openinventor.inventor.io.stl |
Inventor STL file format support.
|
com.openinventor.inventor.misc | |
com.openinventor.inventor.nodes | |
com.openinventor.ldm |
Large Data Management.
|
com.openinventor.ldm.actions | |
com.openinventor.medical.nodes |
Provides some nodes and helper classes specifically created to facilitate
implementation of medical applications.
|
com.openinventor.meshviz.nodes | |
com.openinventor.meshvizxlm.mapping.nodes |
Provides rendering, property and action nodes.
|
com.openinventor.scaleviz.actions | |
com.openinventor.solidviz.actions |
Modifier and Type | Class and Description |
---|---|
class |
SoToPDFAction
Class for exporting a scene graph to a PDF file.
|
class |
SoToU3DAction
Export a scene graph to a U3D file.
|
class |
SoVectorizeAction
Abstract class for vectorizing a scene graph to a file.
|
class |
SoVectorizeCGMAction
Realizes the vectorization of a scene graph to a file in CGM format.
|
class |
SoVectorizeGDIAction
Vectorize a scene graph to MS-Windows GDI formats.
|
class |
SoVectorizeHPGLAction
Realizes the vectorization of a scene graph to a file in HPGL/2 format.
|
class |
SoVectorizePSAction
Realizes the vectorization of a scene graph to a file in PostScript format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SoSceneManager.AbortRenderTask.run(SoAction action)
Invoked by some Open Inventor nodes to know if the specified action
should be aborted.
|
Modifier and Type | Class and Description |
---|---|
class |
SoBevelAction
Creates a scene graph containing beveled shapes.
|
class |
SoBoxHighlightRenderAction
A selection highlight style.
|
class |
SoCallbackAction
Performs a generic traversal of a scene graph or path.
|
class |
SoDistributeAction
Computes a distribution of the scene graph for use in depth compositing in ScaleViz.
|
class |
SoGetBoundingBoxAction
Computes bounding box of a scene.
|
class |
SoGetMatrixAction
Computes transformation matrix for a subgraph.
|
class |
SoGetPrimitiveCountAction
Counts number of primitives in scene.
|
class |
SoGlobalSimplifyAction
Traverses the scene graph and collects all the triangles in a single list.
|
class |
SoGLRenderAction
Renders a scene graph using OpenGL.
|
class |
SoHandleEventAction
Allows nodes in a graph to receive input events.
|
class |
SoLineHighlightRenderAction
Selection highlight style.
|
class |
SoNurbsBREPAction |
class |
SoPickAction
Abstract base class for picking objects in a scene.
|
class |
SoRayPickAction
Intersects objects with a ray cast into scene.
|
class |
SoReorganizeAction
Reorganizes the scene graph by grouping shapes with common properties, then groups these shapes in a single shape and runs the simplifier on it.
|
class |
SoSearchAction
Searches for nodes in a scene graph.
|
class |
SoSearchDepthOffsetAction
Depth Offset nodes search action.
|
class |
SoSearchPathAction
Searches for a node in a scene graph using a sequence of search criteria.
|
class |
SoSearchStepAction
Searches for nodes in the scene graph step by step.
|
class |
SoShapeSimplifyAction
Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles.
|
class |
SoSimplifyAction
Abstract base class for simplifying scene graphs.
|
class |
SoSplitGeometryAction
Split large geometry into smaller objects to improve culling for multi-pipe rendering.
|
class |
SoToHTMLAction
Generates an HTML image map and an image from a scene graph.
|
class |
SoToVRML2Action
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoToVRMLAction
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoWriteAction
Writes a scene graph to a file.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoAction.nullAction(SoAction name_8676,
SoNode name_8677) |
Modifier and Type | Class and Description |
---|---|
class |
SoIntersectionDetectionAction
Class to detect intersections.
|
Modifier and Type | Class and Description |
---|---|
class |
PoToVRML2Action
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoSTLWriteAction
Class for exporting a scene graph to an STL file.
|
Modifier and Type | Method and Description |
---|---|
SoAction |
SoState.getAction()
Returns the action instance the state is part of.
|
Modifier and Type | Method and Description |
---|---|
void |
SoNode.doAction(SoAction action) |
SoNode |
SoNode.getAlternateRep(SoAction action)
This method is called by actions to allow the node to provide an "alternate
representation" when appropriate (typically depending on the action type).
|
void |
SoCallback.CB.invoke(SoAction action)
This method is called each time an action traverses the SoCallback node.
|
Modifier and Type | Method and Description |
---|---|
void |
SoLDMGeometry.addGeometry(SoAction action,
SoNode node)
Deprecated.
Add geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
SoLdmValuationAction
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
Modifier and Type | Method and Description |
---|---|
void |
SoLdmValuationActionInterface.lineCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1)
line callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.pointCB(SoAction action,
SoPrimitiveVertex[] v)
point callback called during ldmAction traversal when generatePrimitives is called
|
void |
SoLdmValuationActionInterface.triangleCB(SoAction action,
SoPrimitiveVertex[] v0,
SoPrimitiveVertex[] v1,
SoPrimitiveVertex[] v2)
triangle callback called during ldmAction traversal when generatePrimitives is called
|
Modifier and Type | Method and Description |
---|---|
void |
Ruler.doAction(SoAction action)
Override doAction function
|
Modifier and Type | Method and Description |
---|---|
void |
PoCellFilter.doAction(SoAction action) |
void |
PoNode.doAction(SoAction action) |
Modifier and Type | Method and Description |
---|---|
void |
MoCellFilter.doAction(SoAction action) |
void |
MoCellRanges.doAction(SoAction action) |
void |
MoColorMapping.doAction(SoAction action) |
void |
MoDataBinding.doAction(SoAction action) |
void |
MoDrawStyle.doAction(SoAction action) |
void |
MoMaterial.doAction(SoAction action) |
void |
MoMesh.doAction(SoAction action) |
void |
MoMeshBaseRepresentation.doAction(SoAction action) |
void |
MoMeshPointProbe.doAction(SoAction action) |
void |
MoMeshRepresentation.doAction(SoAction action) |
void |
MoPredefinedColorMapping.doAction(SoAction action) |
void |
MoScalarSetI.doAction(SoAction action) |
void |
MoScalarSetIj.doAction(SoAction action) |
void |
MoScalarSetIjk.doAction(SoAction action) |
void |
MoVec3SetI.doAction(SoAction action) |
void |
MoVec3SetIj.doAction(SoAction action) |
void |
MoVec3SetIjk.doAction(SoAction action) |
Modifier and Type | Class and Description |
---|---|
class |
ScGetBoundingBoxAction
Defines a distributed bounding box action.
|
class |
ScGetPrimitiveCountAction
Defines a distributed primitive count action.
|
class |
ScRayPickAction
Defines a distributed ray pick action.
|
Modifier and Type | Class and Description |
---|---|
class |
SoCSGAction
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com