Uses of Class
com.openinventor.meshvizxlm.extractors.skin.MiSkinExtractIjk
-
Packages that use MiSkinExtractIjk Package Description com.openinventor.meshvizxlm.extractors.skin Provides classes for skin extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiSkinExtractIjk in com.openinventor.meshvizxlm.extractors.skin
Subclasses of MiSkinExtractIjk in com.openinventor.meshvizxlm.extractors.skin Modifier and Type Class Description class
MiSkinExtractHexahedronIjk
Extract the skin of an hexahedron IJK mesh.Methods in com.openinventor.meshvizxlm.extractors.skin that return MiSkinExtractIjk Modifier and Type Method Description static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
MiSkinExtractIjkMiSkinExtractIjk. getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
Create an instance of a skin extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiSkinExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiSkinExtractIjk Modifier and Type Method Description MiSkinExtractIjk
MoMeshSkin. getIjkExtractor()
Gets the skin extractor for IJK meshes to reuse outside this node.
Note: The returned object may benull
if no IJK mesh has been set in the scene graph or if no render action has traversed the scene graph.
-