Rendering node that displays clip points of a line mesh. More...
#include <MeshVizXLM/mapping/nodes/MoMeshClipPoint.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
MoMeshClipPoint () | |
const MiClipPointExtract * | getExtractor () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFPlane | plane |
Friends | |
class | MdMeshClipPoint |
Clip points are represented as an unstructured point mesh defined by the intersection of an arbitrary plane and a line mesh. The plane (an SbPlane) is defined by a direction vector and a distance from the origin.
The points can be colored using a scalar set defined in the colorScalarSetId inherited field. This is an index into the list of scalar sets existing in the traversal state (see the MoScalarSetxxx nodes). To disable coloring set this field to -1. Rendering can be modified using various property nodes (see the SEE ALSO section).
colorScalarSetId | 0 |
parallel | TRUE |
plane | 0,0,1,0 |
MoCellFilter, MoColorMapping, MoDrawStyle, MoMaterial,
MiClipPointExtract
MoMeshClipPoint::MoMeshClipPoint | ( | ) |
Constructor.
static SoType MoMeshClipPoint::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from MoMeshRepresentation.
const MiClipPointExtract* MoMeshClipPoint::getExtractor | ( | ) | const |
Get extractor for reuse outside this node.
virtual SoType MoMeshClipPoint::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from MoMeshRepresentation.
friend class MdMeshClipPoint [friend] |
Position of the plane slice.
Z=0 plane by default.