Uses of Class
com.openinventor.meshvizxlm.extractors.slice.MiCylinderSliceExtractUnstructured
-
Packages that use MiCylinderSliceExtractUnstructured 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 MiCylinderSliceExtractUnstructured in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice that return MiCylinderSliceExtractUnstructured Modifier and Type Method Description static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI>
MiCylinderSliceExtractUnstructuredMiCylinderSliceExtractUnstructured. getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of cylinder slice extractor for unstructured volume mesh. -
Uses of MiCylinderSliceExtractUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCylinderSliceExtractUnstructured Modifier and Type Method Description MiCylinderSliceExtractUnstructured
MoMeshCylinderSlice. getUnstructuredExtractor()
Gets the cylinder slice extractor for unstructured meshes to reuse outside this node.
Note: The returned object may benull
if no unstructured mesh has been set in the scene graph or if no render action has traversed the scene graph.
-