28#include <Inventor/nodes/SoNode.h>
29#include <Inventor/SoType.h>
31#include <Inventor/fields/SoSFEnum.h>
32#include <Inventor/fields/SoSFBool.h>
33#include <Inventor/fields/SoSFBox3f.h>
127 static void initClass();
132 static void exitClass();
155 SoCube* m_boundingBoxCube;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Bounding box nod...
SoSFEnum mode
Specifies the behavior of the SoBBox node.
SoSFBox3f boundingBox
Application-defined bounding box.
Mode
This enum specifies how the node interacts with OpenInventor during a traversal.
@ USER_DEFINED
SoGetBoundingBoxAction will ignore subsequent nodes in this portion of the scene graph and use the bo...
@ NO_BOUNDING_BOX
SoGetBoundingBoxAction will ignore subsequent nodes in this portion of the scene graph (as if the nod...
@ DISABLE
The node doesn't do anything.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
Abstract base class for all database nodes.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Field containing...
Field containing an enumerated value.