public class MoMeshSkin extends MoMeshRepresentation
The skin of a mesh is an unstructured surface mesh made up of all the faces that belong to only one cell.
The mesh 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 |
|---|---|
SoMFInt64 |
maxCellRanges
Deprecated.
As of Open Inventor 9.5.1, use
MoCellRanges instead. |
SoMFInt64 |
minCellRanges
Deprecated.
As of Open Inventor 9.5.1, use
MoCellRanges instead. |
colorScalarSetIdVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
MoMeshSkin()
Constructs a rendering node to display the skin of a volume mesh.
|
| Modifier and Type | Method and Description |
|---|---|
MiSkinExtractHexahedronIjk |
getHexahedronIjkExtractor()
Gets the skin 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. |
MiSkinExtractIjk |
getIjkExtractor()
Gets the skin 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. |
MiSkinExtractUnstructured |
getUnstructuredExtractor()
Gets the skin 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, setExtractorCallbackwritecallback, distribute, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, rayPickaffectsState, copy, copy, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, search, setOverride, touchcopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public SoMFInt64 minCellRanges
MoCellRanges instead.This field is empty by default.
@Deprecated public SoMFInt64 maxCellRanges
MoCellRanges instead.This field is empty by default.
public MoMeshSkin()
public MiSkinExtractUnstructured getUnstructuredExtractor()
null if no unstructured
mesh has been set in the scene graph or if no render action has traversed
the scene graph.public MiSkinExtractHexahedronIjk 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 MiSkinExtractIjk 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 July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com