Uses of Class
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractIjk
Packages that use MiCellExtractIjk
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides rendering, property and action nodes.
-
Uses of MiCellExtractIjk in com.openinventor.meshvizxlm.extractors.cell
Subclasses of MiCellExtractIjk in com.openinventor.meshvizxlm.extractors.cellModifier and TypeClassDescriptionclass
Cell extractor for an IJK hexahedron volume mesh.Methods in com.openinventor.meshvizxlm.extractors.cell that return MiCellExtractIjkModifier and TypeMethodDescriptionstatic <T extends MiTopologyIjk,
G extends MiGeometryHexahedronIjk>
MiCellExtractIjkMiCellExtractIjk.getNewInstance
(MiVolumeMeshVertexHexahedronIjk<T, G> mesh) Create an instance of cell extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiCellExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCellExtractIjkModifier and TypeMethodDescriptionMoMeshCellShape.getIjkExtractor()
Gets the cell 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.