Uses of Class
com.openinventor.meshvizxlm.extractors.slab.MiSlabExtractIjk
- 
Packages that use MiSlabExtractIjk 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 MiSlabExtractIjk in com.openinventor.meshvizxlm.extractors.slab
Subclasses of MiSlabExtractIjk in com.openinventor.meshvizxlm.extractors.slab Modifier and Type Class Description classMiSlabExtractHexahedronIjkExtract a slab of an hexahedron IJK mesh.Methods in com.openinventor.meshvizxlm.extractors.slab that return MiSlabExtractIjk Modifier and Type Method Description static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
MiSlabExtractIjkMiSlabExtractIjk. getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)Create an instance of a slab extractor for a non indexed hexahedron volume mesh IJK. - 
Uses of MiSlabExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiSlabExtractIjk Modifier and Type Method Description MiSlabExtractIjkMoMeshSlab. getIjkExtractor()Gets the slab extractor for IJK meshes to reuse outside this node.
Note: The returned object may benullif no IJK mesh has been set in the scene graph or if no render action has traversed the scene graph. 
 -