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.connectedRepThe connected representationMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMeshRepresentationModifier and TypeMethodDescriptionstatic voidMoMeshElement.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 TypeClassDescriptionclassRendering node that displays a set of cells of a mesh.classRendering node that displays a cylinder slice of a volume mesh.classRendering node that displays an isosurface of a volume mesh.classRendering node that displays the outline of a mesh.classRendering node that displays a plane slice of a volume mesh.classRendering node that displays the skin of a volume mesh.classRendering node that displays a slab of an IJK volume mesh.classRendering node that displays a sphere slice of a volume mesh.classRendering node that displays streamlines of a vector field on a volume mesh.classRendering node that displays a surface mesh.classRendering node that displays a vector data set.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MoMeshRepresentationModifier and TypeMethodDescriptionvoidMoMesh.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.