Uses of Class
com.openinventor.meshvizxlm.extractors.pointprobe.MiPointProbeUnstructured
-
Packages that use MiPointProbeUnstructured Package Description com.openinventor.meshvizxlm.extractors.pointprobe Provides classes for probing.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiPointProbeUnstructured in com.openinventor.meshvizxlm.extractors.pointprobe
Methods in com.openinventor.meshvizxlm.extractors.pointprobe that return MiPointProbeUnstructured Modifier and Type Method Description static <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.static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI>
MiPointProbeUnstructuredMiPointProbeUnstructured. getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of a probe for unstructured volume mesh. -
Uses of MiPointProbeUnstructured in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiPointProbeUnstructured Modifier and Type Method Description MiPointProbeUnstructured
MoMeshPointProbe. getUnstructuredExtractor()
Gets probes 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.
-