Uses of Class
com.openinventor.meshvizxlm.extractors.slab.MiSlabExtractHexahedronIjk
-
Packages that use MiSlabExtractHexahedronIjk Package Description com.openinventor.meshvizxlm.extractors.slab Provides classes for slab extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiSlabExtractHexahedronIjk in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab that return MiSlabExtractHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiSlabExtractHexahedronIjkMiSlabExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of a slab extractor for IJK Hexahedron volume mesh. -
Uses of MiSlabExtractHexahedronIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiSlabExtractHexahedronIjk Modifier and Type Method Description MiSlabExtractHexahedronIjk
MoMeshSlab. getHexahedronIjkExtractor()
Gets the slab extractor for hexahedron IJK meshes to reuse outside this node.
Note: The returned object may benull
if no hexahedron IJK mesh has been set in the scene graph or if no render action has traversed the scene graph.
-