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 MoMeshRepresentationMoMeshElement.ConnectedRepresentation. connectedRepThe connected representationMethods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MoMeshRepresentation Modifier and Type Method Description static 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.nodes Modifier and Type Class Description classMoMeshCellShapeRendering node that displays a set of cells of a mesh.classMoMeshCylinderSliceRendering node that displays a cylinder slice of a volume mesh.classMoMeshIsosurfaceRendering node that displays an isosurface of a volume mesh.classMoMeshOutlineRendering node that displays the outline of a mesh.classMoMeshPlaneSliceRendering node that displays a plane slice of a volume mesh.classMoMeshSkinRendering node that displays the skin of a volume mesh.classMoMeshSlabRendering node that displays a slab of an IJK volume mesh.classMoMeshSphereSliceRendering node that displays a sphere slice of a volume mesh.classMoMeshStreamlineRendering node that displays streamlines of a vector field on a volume mesh.classMoMeshSurfaceRendering node that displays a surface mesh.classMoMeshVectorRendering node that displays a vector data set.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MoMeshRepresentation Modifier and Type Method Description voidMoMesh. 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.
-