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