Uses of Class
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractUnstructured
Packages that use MiCellExtractUnstructured
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides rendering, property and action nodes.
-
Uses of MiCellExtractUnstructured in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell that return MiCellExtractUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiSurfaceCell,
T extends MiSurfaceTopologyExplicitI<C>, G extends MiGeometryI>
MiCellExtractUnstructuredMiCellExtractUnstructured.getNewInstance
(MiSurfaceMeshUnstructured<C, T, G> mesh) Create an instance of cell extractor for unstructured surface mesh.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiCellExtractUnstructuredMiCellExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of cell extractor for unstructured volume mesh. -
Uses of MiCellExtractUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCellExtractUnstructuredModifier and TypeMethodDescriptionMoMeshCellShape.getUnstructuredExtractor()
Gets the cell extractor for unstructured meshes to reuse outside this node.