SoBBoxModes Enumeration |
This enum specifies how the node interacts with OpenInventor during a traversal.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
DISABLE | 0 | The node doesn't do anything. | |
NO_BOUNDING_BOX | 1 | OIV.Inventor.Actions.SoGetBoundingBoxAction will ignore subsequent nodes in this portion of the scene graph (as if the nodes don't exist). | |
USER_DEFINED | 2 | OIV.Inventor.Actions.SoGetBoundingBoxAction will ignore subsequent nodes in this portion of the scene graph and use the box specified in the boundingBox field as the bounding box of those nodes. When the complexity type is BOUNDING_BOX (see OIV.Inventor.Nodes.SoComplexity), OIV.Inventor.Actions.SoGLRenderAction will ignore subsequent nodes in this portion of the scene graph and render the box specified in the boundingBox field. |