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