Click or drag to resize
SoBBoxModes Enumeration

This enum specifies how the node interacts with OpenInventor during a traversal.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Modes
Members
  Member nameValueDescription
DISABLE0

The node doesn't do anything.

NO_BOUNDING_BOX1

OIV.Inventor.Actions.SoGetBoundingBoxAction will ignore subsequent nodes in this portion of the scene graph (as if the nodes don't exist).

USER_DEFINED2

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.

Remarks