Uses of Class
com.openinventor.meshvizxlm.mapping.nodes.MoMeshRepresentation
Packages that use MoMeshRepresentation
Package
Description
Provides state elements.
Provides rendering, property and action nodes.
-
Uses of MoMeshRepresentation in com.openinventor.meshvizxlm.mapping.elements
Fields in com.openinventor.meshvizxlm.mapping.elements declared as MoMeshRepresentationModifier and TypeFieldDescriptionMoMeshElement.ConnectedRepresentation.connectedRep
The connected representationMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMeshRepresentationModifier and TypeMethodDescriptionstatic void
MoMeshElement.set
(SoState state, SoNode node, MoMeshVizDataMapping.MeshType meshType, MiMesh mesh, MoMeshRepresentation meshRepresentation, long nodeTimeStamp) Sets the current mesh for the specified traversal state and node. -
Uses of MoMeshRepresentation in com.openinventor.meshvizxlm.mapping.nodes
Subclasses of MoMeshRepresentation in com.openinventor.meshvizxlm.mapping.nodesModifier and TypeClassDescriptionclass
Rendering node that displays a set of cells of a mesh.class
Rendering node that displays a cylinder slice of a volume mesh.class
Rendering node that displays an isosurface of a volume mesh.class
Rendering node that displays the outline of a mesh.class
Rendering node that displays a plane slice of a volume mesh.class
Rendering node that displays the skin of a volume mesh.class
Rendering node that displays a slab of an IJK volume mesh.class
Rendering node that displays a sphere slice of a volume mesh.class
Rendering node that displays streamlines of a vector field on a volume mesh.class
Rendering node that displays a surface mesh.class
Rendering node that displays a vector data set.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MoMeshRepresentationModifier and TypeMethodDescriptionvoid
MoMesh.connectFrom
(MoMeshRepresentation inputRep) Sets the mesh interface by giving the mesh representation node from which the input mesh will be created.
When calling this method, the mesh is set internally each time the input mesh representation changes during traversal.