Uses of Class
com.openinventor.meshvizxlm.extractors.skin.MiSkinExtractUnstructured
Packages that use MiSkinExtractUnstructured
Package
Description
Provides classes for skin extraction.
Provides rendering, property and action nodes.
-
Uses of MiSkinExtractUnstructured in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin that return MiSkinExtractUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiSkinExtractUnstructuredMiSkinExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a skin extractor for unstructured volume mesh. -
Uses of MiSkinExtractUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiSkinExtractUnstructuredModifier and TypeMethodDescriptionMoMeshSkin.getUnstructuredExtractor()
Gets the skin extractor for unstructured meshes to reuse outside this node.
Note: The returned object may benull
if no unstructured mesh has been set in the scene graph or if no render action has traversed the scene graph.