48#ifndef _SO_CLIP_PLANE_
49#define _SO_CLIP_PLANE_
51#include <Inventor/fields/SoSFBool.h>
52#include <Inventor/fields/SoSFPlane.h>
53#include <Inventor/nodes/SoNode.h>
110 virtual void doAction(
SoAction *action);
124 static void initClass();
126 static void exitClass();
SoClipPlane()
Creates a clip plane node with default settings.
SoSFPlane plane
Plane defining half-space.
SoSFBool on
Whether clipping plane is active.
Renders a scene graph using Open Inventor's Render Engine.
friend class SoCallbackAction
Abstract base class for picking objects in a scene.
Field containing a single Boolean value.
Field containing a plane equation.