public class MoMeshPlaneSlice extends MoMeshRepresentation
A plane slice is an unstructured surface mesh defined by the intersection of
an arbitrary plane with a volume mesh. The plane (an SbPlane
) is
defined by a direction vector and a distance from the origin.
The slice 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).
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFPlane |
plane
Position of the plane slice.
|
colorScalarSetId
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
MoMeshPlaneSlice()
Constructs a rendering node with default plane
Z=0 . |
Modifier and Type | Method and Description |
---|---|
MiPlaneSliceExtractHexahedronIjk |
getHexahedronIjkExtractor()
Gets the plane slice extractor for hexahedron IJK meshes to reuse outside
this node.
Note: The returned object may be null if no hexahedron mesh
has been set in the scene graph or if no render action has traversed the
scene graph. |
MiPlaneSliceExtractIjk |
getIjkExtractor()
Gets the plane slice extractor for IJK meshes to reuse outside this node.
Note: The returned object may be null if no IJK mesh has
been set in the scene graph or if no render action has traversed the scene
graph. |
MiPlaneSliceExtractUnstructured |
getUnstructuredExtractor()
Gets the plane slice extractor for unstructured meshes to reuse outside
this node.
Note: The returned object may be null if no unstructured
mesh has been set in the scene graph or if no render action has traversed
the scene graph. |
doAction, setExtractorCallback
write
callback, distribute, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, rayPick
affectsState, copy, copy, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, search, setOverride, touch
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public SoSFPlane plane
Z=0
.public MoMeshPlaneSlice()
Z=0
.public MiPlaneSliceExtractUnstructured getUnstructuredExtractor()
null
if no unstructured
mesh has been set in the scene graph or if no render action has traversed
the scene graph.public MiPlaneSliceExtractHexahedronIjk getHexahedronIjkExtractor()
null
if no hexahedron mesh
has been set in the scene graph or if no render action has traversed the
scene graph.public MiPlaneSliceExtractIjk getIjkExtractor()
null
if no IJK mesh has
been set in the scene graph or if no render action has traversed the scene
graph.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com