Uses of Interface
com.openinventor.meshvizxlm.mesh.MiSurfaceMeshUnstructured
Packages that use MiSurfaceMeshUnstructured
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for outline extraction.
Provides classes for probing.
Provides interfaces and classes for streamlines extraction.
Provides rendering, property and action nodes.
Provides interfaces for extracted meshes definition.
-
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiSurfaceMeshUnstructuredModifier 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. -
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiSurfaceMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiSurfaceCell,
T extends MiSurfaceTopologyExplicitI<C>, G extends MiGeometryI>
MiOutlineExtractUnstructuredMiOutlineExtractUnstructured.getNewInstance
(MiSurfaceMeshUnstructured<C, T, G> mesh) Create an instance of outline extractor for unstructured surface mesh. -
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe with parameters of type MiSurfaceMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiSurfaceCell,
T extends MiSurfaceTopologyExplicitI<C>, G extends MiGeometryI>
MiPointProbeUnstructuredMiPointProbeUnstructured.getNewInstance
(MiSurfaceMeshUnstructured<C, T, G> mesh) Create an instance of a probe for unstructured surface mesh. -
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline with parameters of type MiSurfaceMeshUnstructuredModifier and TypeMethodDescriptionstatic <C extends MiSurfaceCell,
T extends MiSurfaceTopologyExplicitI<C>, G extends MiGeometryI>
MiStreamlineExtractUnstructuredMiStreamlineExtractUnstructured.getNewInstance
(MiSurfaceMeshUnstructured<C, T, G> mesh) Create an instance of a streamlines extractor for unstructured surface mesh. -
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiSurfaceMeshUnstructuredModifier and TypeMethodDescription<Cell extends MiSurfaceCell,
Topology extends MiSurfaceTopologyExplicitI<Cell>, Geometry extends MiGeometryI>
voidMoMesh.setMesh
(MiSurfaceMeshUnstructured<Cell, Topology, Geometry> mesh) Sets the mesh interface to an unstructured surface mesh. -
Uses of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.meshextracted
Subinterfaces of MiSurfaceMeshUnstructured in com.openinventor.meshvizxlm.meshextractedModifier and TypeInterfaceDescriptioninterface
MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,
T extends MeXSurfaceTopologyExplicitI<C>, G extends MeXGeometryI> Extracted unstructured surface mesh interface.