public class MoMeshOutline extends MoMeshRepresentation
The outline of a mesh is an unstructured line mesh made up of all the edges that belong to only one cell. Internal edges of a mesh will not be displayed except when they are adjacent to dead cells.
The outline can be colored using a scalar set specified 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.
Inventor.ConstructorCommand
colorScalarSetId
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
MoMeshOutline()
Constructs a rendering node to display outline of a mesh.
|
Modifier and Type | Method and Description |
---|---|
MiOutlineExtractHexahedronIjk |
getHexahedronIjkExtractor()
Gets the outline extractor for hexahedron IJK meshes to reuse outside this
node.
Note: The returned object may be null if no hexahedron IJK
mesh has been set in the scene graph or if no render action has traversed
the scene graph. |
MiOutlineExtractIj |
getIjExtractor()
Gets the outline extractor for structured surface meshes to reuse outside
this node.
Note: The returned object may be null if no structured
surface mesh has been set in the scene graph or if no render action has
traversed the scene graph. |
MiOutlineExtractIjk |
getIjkExtractor()
Gets the outline 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. |
MiOutlineExtractUnstructured |
getUnstructuredExtractor()
Gets the outline 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 MoMeshOutline()
public MiOutlineExtractUnstructured getUnstructuredExtractor()
null
if no unstructured
mesh has been set in the scene graph or if no render action has traversed
the scene graph.public MiOutlineExtractHexahedronIjk getHexahedronIjkExtractor()
null
if no hexahedron IJK
mesh has been set in the scene graph or if no render action has traversed
the scene graph.public MiOutlineExtractIjk getIjkExtractor()
null
if no IJK mesh has
been set in the scene graph or if no render action has traversed the scene
graph.public MiOutlineExtractIj getIjExtractor()
null
if no structured
surface 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