| OIV.Inventor.Actions Namespace |
| Class | Description | |
|---|---|---|
| ActionMethodList |
Maintains a list of method to call, one for each node type.
| |
| EnabledElementsList |
Represents the list of elements allowed for a specific action.
| |
| SoAction | Baseclass for all actions. | |
| SoBevelAction | Creates a scene graph containing beveled shapes. | |
| SoBoxHighlightRenderAction | A selection highlight style. | |
| SoCallbackAction | Performs a generic traversal of a scene graph or path. | |
| SoDistributeAction | Computes a distribution of the scene graph for use in depth compositing in ScaleViz. | |
| SoGetBoundingBoxAction | Computes bounding box of a scene. | |
| SoGetMatrixAction | Computes transformation matrix for a subgraph. | |
| SoGetPrimitiveCountAction | Counts number of primitives in scene. | |
| SoGlobalSimplifyAction | Traverses the scene graph and collects all the triangles in a single list. | |
| SoGLRenderAction | Renders a scene graph using OpenGL. | |
| SoHandleEventAction | Allows nodes in a graph to receive input events. | |
| SoLineHighlightRenderAction | Selection highlight style. | |
| SoNurbsBREPAction | ||
| SoPickAction | Abstract base class for picking objects in a scene. | |
| SoRayPickAction | Intersects objects with a ray cast into scene. | |
| 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. | |
| SoSearchAction | Searches for nodes in a scene graph. | |
| SoSearchDepthOffsetAction | Depth Offset nodes search action. | |
| SoSearchPathAction | Searches for a node in a scene graph using a sequence of search criteria. | |
| SoSearchStepAction | Searches for nodes in the scene graph step by step. | |
| SoShapeSimplifyAction | Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles. | |
| SoSimplifyAction | Abstract base class for simplifying scene graphs. | |
| SoSplitGeometryAction | Split large geometry into smaller objects to improve culling for multi-pipe rendering. | |
| SoToHTMLAction | Generates an HTML image map and an image from a scene graph. | |
| SoToVRML2Action | Obsolete. Converts an Open Inventor scene graph into a VRML 2.0-style scene graph. | |
| SoToVRMLAction | Obsolete. Converts an Open Inventor scene graph into a VRML 1.0-style scene graph. | |
| SoWriteAction | Writes a scene graph to a file. |
| Delegate | Description | |
|---|---|---|
| PerformAction |
Represents the method that will define the action behavior when traversing
a node type.
| |
| SoCallbackActionCallbackActionCB | The SoCallbackActionCB typedef is defined within the class, since it needs to refer to the Response enumerated type. | |
| SoCallbackActionCallbackActionUserDataCB | Obsolete.
CallbackActionCB delegate
| |
| SoCallbackActionLineSegmentCB | ||
| SoCallbackActionLineSegmentUserDataCB | Obsolete.
LineSegmentCB delegate
| |
| SoCallbackActionPointCB | ||
| SoCallbackActionPointUserDataCB | Obsolete.
PointCB delegate
| |
| SoCallbackActionTriangleCB | ||
| SoCallbackActionTriangleUserDataCB | Obsolete.
TriangleCB delegate
| |
| SoGLRenderActionAbortCB | Callback functions for render abort should be of this type. | |
| SoGLRenderActionAbortUserDataCB | Obsolete.
AbortCB delegate. See #SetAbortCallback for more details.
| |
| SoGLRenderActionPassCB | Callback functions used between rendering passes should be of this type. | |
| SoGLRenderActionPassUserDataCB | Obsolete.
PassCB delegate. See #SetPassCallback for more details.
| |
| SoSearchStepActionAddingPathCB | ||
| SoSearchStepActionAddingPathDataCB | Obsolete. | |
| SoSplitGeometryActionPreCallback | User pre-split callback. | |
| SoSplitGeometryActionPreUserDataCallback | Obsolete.
PreCallback delegate. See #SetPreCallback for more details
|
| Enumeration | Description | |
|---|---|---|
| SoActionAppliedCodes | ||
| SoActionDistribModes | This is used to define the way an action is distributed across a cluster. | |
| SoActionPathCodes | ||
| SoCallbackActionCBFuncTypes | Obsolete. | |
| SoCallbackActionResponses | Possible responses from a pre or post callback. | |
| SoDistributeActionDistributeMethods | Algorithms for scene graph distribution. | |
| SoGetBoundingBoxActionResetTypes | Set a path to do a resetTransform/resetBoundingBox on. | |
| SoGlobalSimplifyActionStrategies | Strategy. | |
| SoGLRenderActionAbortCodes | Possible return codes from a render abort callback. | |
| SoGLRenderActionAutoCacheModes | Two bits are stored. | |
| SoGLRenderActionFastEditSavePolicies | Fast edit traversal types. | |
| SoGLRenderActionInvalidateCacheModes | Invalidate cache mode. | |
| SoGLRenderActionRenderModes | Obsolete. | |
| SoGLRenderActionTransparencyTypes | Transparency rendering algorithm. | |
| SoRayPickActionPickedProperties | Obsolete. | |
| SoRayPickActionPickingModes | ||
| SoRayPickActionPointPositionClassifications | Obsolete. | |
| SoSearchActionInterests | Enum that defines which paths to return. | |
| SoSearchActionLookFors | Enum that defines the search criterion. | |
| SoToHTMLActionComponents | Components used to generate the image. | |
| SoToHTMLActionImageFormats | Defines the format of the image. | |
| SoToHTMLActionShapeTypes | Defines the different shape type for maps. |