Uses of Class
com.openinventor.meshvizxlm.mapping.nodes.MoMeshRepresentation
-
Packages that use MoMeshRepresentation Package Description com.openinventor.meshvizxlm.mapping.elements Provides state elements.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MoMeshRepresentation in com.openinventor.meshvizxlm.mapping.elements
Fields in com.openinventor.meshvizxlm.mapping.elements declared as MoMeshRepresentation Modifier and Type Field Description MoMeshRepresentation
MoMeshElement.ConnectedRepresentation. connectedRep
The connected representationMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMeshRepresentation Modifier and Type Method Description static 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.nodes Modifier and Type Class Description class
MoMeshCellShape
Rendering node that displays a set of cells of a mesh.class
MoMeshCylinderSlice
Rendering node that displays a cylinder slice of a volume mesh.class
MoMeshIsosurface
Rendering node that displays an isosurface of a volume mesh.class
MoMeshOutline
Rendering node that displays the outline of a mesh.class
MoMeshPlaneSlice
Rendering node that displays a plane slice of a volume mesh.class
MoMeshSkin
Rendering node that displays the skin of a volume mesh.class
MoMeshSlab
Rendering node that displays a slab of an IJK volume mesh.class
MoMeshSphereSlice
Rendering node that displays a sphere slice of a volume mesh.class
MoMeshStreamline
Rendering node that displays streamlines of a vector field on a volume mesh.class
MoMeshSurface
Rendering node that displays a surface mesh.class
MoMeshVector
Rendering node that displays a vector data set.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MoMeshRepresentation Modifier and Type Method Description void
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.
-