Uses of Class
com.openinventor.meshvizxlm.extractors.streamline.MiStreamlineExtractUnstructured
Packages that use MiStreamlineExtractUnstructured
Package
Description
Provides interfaces and classes for streamlines extraction.
Provides rendering, property and action nodes.
-
Uses of MiStreamlineExtractUnstructured in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline that return MiStreamlineExtractUnstructuredModifier 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.static <C extends MiVolumeCell,
T extends MiVolumeTopologyExplicitI<C>, G extends MiGeometryI>
MiStreamlineExtractUnstructuredMiStreamlineExtractUnstructured.getNewInstance
(MiVolumeMeshUnstructured<C, T, G> mesh) Create an instance of a streamlines extractor for unstructured volume mesh. -
Uses of MiStreamlineExtractUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiStreamlineExtractUnstructuredModifier and TypeMethodDescriptionMoMeshStreamline.getUnstructuredExtractor()
Gets the streamline 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.