Classes | |
class | MoLegend |
![]() | |
class | MoMeshAnnotatedIsoline |
![]() | |
class | MoMeshBaseRepresentation |
![]() | |
class | MoMeshCellShape |
![]() | |
class | MoMeshClipLine |
![]() | |
class | MoMeshClipPoint |
![]() | |
class | MoMeshCylinderSlice |
![]() | |
class | MoMeshElevatedPlaneSlice |
![]() | |
class | MoMeshFenceSlice |
![]() | |
class | MoMeshGridPlaneSlice |
![]() | |
class | MoMeshInterpolatedLogicalSlice |
![]() | |
class | MoMeshIsoline |
![]() | |
class | MoMeshIsosurface |
![]() | |
class | MoMeshLine |
![]() | |
class | MoMeshLineRepresentation |
![]() | |
class | MoMeshLogicalSlice |
![]() | |
class | MoMeshOutline |
![]() | |
class | MoMeshPlaneSlice |
![]() | |
class | MoMeshRepresentation |
![]() | |
class | MoMeshSkin |
![]() | |
class | MoMeshSlab |
![]() | |
class | MoMeshSphereSlice |
![]() | |
class | MoMeshStreamline |
![]() | |
class | MoMeshSurface |
![]() | |
class | MoMeshSurfaceRepresentation |
![]() | |
class | MoMeshVector |
![]() | |
Functions | |
class MESHIVIZDM_API | SoDEPRECATED_CLASS (9600,"Use MoMeshLine instead.") MoLineMesh |
class MESHIVIZDM_API | SoDEPRECATED_CLASS (9600,"Use MoMeshSurface instead.") MoSurfaceMesh |
class MESHIVIZDM_API SoDEPRECATED_CLASS | ( | 9600 | , | |
"Use MoMeshSurface instead." | ||||
) |
Rendering node that displays a surface mesh.
Class to display a graphical representation of a surface mesh. The surface is given by one of the setSurfaceMesh methods depending on the type of input mesh.
Returns the type identifier for this class.
Returns the type identifier for this specific instance.
Constructor.
Set the surface mesh and the scalar set used for coloring the surface. One method exists for each type of mesh.
Set a single geometric normal for the whole surface. When the surface is planar, setting this overall normal optimizes the computation of render caches. A geometric normal is used for rendering when lighting is on. Ignored when set to (0,0,0) (default value)
Set geometric normals for the surface. When the surface is planar, setting this overall normal optimizes the computation of render caches. Geometric normals are used for rendering when lighting is on. When binded to nodes, the surface looks smooth. When binded to cells, the surface looks facetted. Ignored when set to NULL (default value)
Clears the cached value as if setSurfaceMesh was given a null pointer.
class MESHIVIZDM_API SoDEPRECATED_CLASS | ( | 9600 | , | |
"Use MoMeshLine instead." | ||||
) |
Rendering node that displays a line mesh.
Class to display a graphical representation of a line mesh. The line is given by one of the setLineMesh methods depending on the type of input mesh.
If this shape is picked, SoPickedPoint will return a subclass of MoLineDetail.
Returns the type identifier for this class.
Returns the type identifier for this specific instance.
Constructor.
Set the line mesh and the scalar set used for coloring the line. One method exists for each type of mesh.
Clears the cached value as if setLineMesh was given a null pointer.