Uses of Class
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractUnstructured
-
Packages that use MiCellExtractUnstructured 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 MiCellExtractUnstructured in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell that return MiCellExtractUnstructured Modifier and Type Method Description static <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 MiCellExtractUnstructured Modifier and Type Method Description MiCellExtractUnstructuredMoMeshCellShape. getUnstructuredExtractor()Gets the cell extractor for unstructured meshes to reuse outside this node.
-