Uses of Class
com.openinventor.meshvizxlm.extractors.slice.MiCylinderSliceExtractIjk
Packages that use MiCylinderSliceExtractIjk
Package
Description
Provides classes for slices extraction.
Provides rendering, property and action nodes.
-
Uses of MiCylinderSliceExtractIjk in com.openinventor.meshvizxlm.extractors.slice
Subclasses of MiCylinderSliceExtractIjk in com.openinventor.meshvizxlm.extractors.sliceModifier and TypeClassDescriptionclass
Cylinder slice extractor for hexahedron IJK volume meshes.Methods in com.openinventor.meshvizxlm.extractors.slice that return MiCylinderSliceExtractIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiCylinderSliceExtractIjkMiCylinderSliceExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of cylinder slice extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiCylinderSliceExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCylinderSliceExtractIjkModifier and TypeMethodDescriptionMoMeshCylinderSlice.getIjkExtractor()
Gets the cylinder slice 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.