Uses of Class
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractHexahedronIjk
-
Packages that use MiCellExtractHexahedronIjk Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiCellExtractHexahedronIjk in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell that return MiCellExtractHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiCellExtractHexahedronIjkMiCellExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of cell extractor for an IJK hexahedron volume mesh. -
Uses of MiCellExtractHexahedronIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCellExtractHexahedronIjk Modifier and Type Method Description MiCellExtractHexahedronIjk
MoMeshCellShape. getHexahedronIjkExtractor()
Gets the cell 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.
-