Uses of Class
com.openinventor.meshvizxlm.extractors.slab.MiSlabExtractIjk
Packages that use MiSlabExtractIjk
Package
Description
Provides classes for slab extraction.
Provides rendering, property and action nodes.
-
Uses of MiSlabExtractIjk in com.openinventor.meshvizxlm.extractors.slab
Subclasses of MiSlabExtractIjk in com.openinventor.meshvizxlm.extractors.slabModifier and TypeClassDescriptionclass
Extract a slab of an hexahedron IJK mesh.Methods in com.openinventor.meshvizxlm.extractors.slab that return MiSlabExtractIjkModifier and TypeMethodDescriptionstatic <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 MiSlabExtractIjkModifier and TypeMethodDescriptionMoMeshSlab.getIjkExtractor()
Gets the slab 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.