Uses of Class
com.openinventor.meshvizxlm.extractors.slice.MiCylinderSliceExtractHexahedronIjk
-
Packages that use MiCylinderSliceExtractHexahedronIjk Package Description com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiCylinderSliceExtractHexahedronIjk in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice that return MiCylinderSliceExtractHexahedronIjk Modifier and Type Method Description static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI>
MiCylinderSliceExtractHexahedronIjkMiCylinderSliceExtractHexahedronIjk. getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of cylinder slice extractor for hexahedron IJK volume mesh. -
Uses of MiCylinderSliceExtractHexahedronIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCylinderSliceExtractHexahedronIjk Modifier and Type Method Description MiCylinderSliceExtractHexahedronIjk
MoMeshCylinderSlice. getHexahedronIjkExtractor()
Gets the cylinder slice extractor for hexahedron IJK meshes to reuse outside this node.
Note: The returned object may benull
if no hexahedron mesh has been set in the scene graph or if no render action has traversed the scene graph.
-