[PREVIEW] [Medical] Oblique slice shape node with border. More...
#include <Medical/nodes/ObliqueSliceBorder.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
ObliqueSliceBorder () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static void | initClass () |
static void | exitClass () |
Public Attributes | |
SoSFBool | border |
SoSFColor | borderColor |
This node is a subclass of SoObliqueSlice. It defines an oblique slice.
In addition to the standard features of SoObliqueSlice, this node can render a border around the slice using the specified borderColor.
The border color can be used, for example, to help the user distinguish between multiple slices. Another use is to change the border color when a slice is selected or an interaction begins (see SoDragger addStartCallback).
sliceNumber | 0 |
axis | Z |
interpolation | LINEAR |
alphaUse | ALPHA_BINARY |
useRGBA | FALSE |
clipping | FALSE |
clippingSide | BACK |
alternateRep | NULL |
enableBumpMapping | FALSE |
bumpScale | 1.0 |
border | TRUE |
borderColor | 1 0.5 0 |
InventorMedical, SoOrthoSlice, SoObliqueSlice, OrthoSliceBorder, PlaneBoxIntersection
ObliqueSliceBorder::ObliqueSliceBorder | ( | ) |
Constructor.
static void ObliqueSliceBorder::exitClass | ( | ) | [static] |
Finish using the class.
Reimplemented from SoObliqueSlice.
static SoType ObliqueSliceBorder::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoObliqueSlice.
virtual SoType ObliqueSliceBorder::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoObliqueSlice.
static void ObliqueSliceBorder::initClass | ( | ) | [static] |
Initialize the class.
Reimplemented from SoObliqueSlice.
Enable the border.
Default is true.
Border color.
Default is orange (1, 0.5 0).