Representations
[Mapping]

Classes

class  MoLegend
  MeshViz Rendering node that displays a legend. More...
class  MoMeshAnnotatedIsoline
  MeshViz Rendering node that displays annotated isolines. More...
class  MoMeshBaseRepresentation
  MeshViz Abstract base class for all MeshViz XLM representation nodes. More...
class  MoMeshCellShape
  MeshViz Rendering node that displays a set of cells of a mesh More...
class  MoMeshClipLine
  MeshViz Rendering node that displays a clip line of a surface mesh. More...
class  MoMeshClipPoint
  MeshViz Rendering node that displays clip points of a line mesh. More...
class  MoMeshCylinderSlice
  MeshViz Rendering node that displays a cylinder slice of a volume mesh. More...
class  MoMeshElevatedPlaneSlice
  MeshViz Rendering node that displays an elevated plane slice of a volume mesh. More...
class  MoMeshFenceSlice
  MeshViz Rendering node that displays a fence slice within a volume mesh. More...
class  MoMeshGridPlaneSlice
  MeshViz Rendering node that displays a grid plane slice of a volume mesh. More...
class  MoMeshInterpolatedLogicalSlice
  MeshViz Rendering node that displays an interpolated logical slice of a volume mesh. More...
class  MoMeshIsoline
  MeshViz Rendering node that displays isolines on a surface mesh. More...
class  MoMeshIsosurface
  MeshViz Rendering node that displays an isosurface of a volume mesh. More...
class  MoMeshLine
  MeshViz Rendering node that displays a line mesh. More...
class  MoMeshLineRepresentation
  MeshViz Abstract base class for all MeshViz XLM line representation nodes containing an extractor. More...
class  MoMeshLogicalSlice
  MeshViz Rendering node that displays a logical slice of a structured volume mesh. More...
class  MoMeshOutline
  MeshViz Rendering node that displays the outline of a mesh. More...
class  MoMeshPlaneSlice
  MeshViz Rendering node that displays a plane slice of a volume mesh. More...
class  MoMeshRepresentation
  MeshViz Abstract base class for all MeshViz XLM representation nodes containing an extractor. More...
class  MoMeshSkin
  MeshViz Rendering node that displays the skin of a volume mesh. More...
class  MoMeshSlab
  MeshViz Rendering node that displays a slab of a structured volume mesh. More...
class  MoMeshSphereSlice
  MeshViz Rendering node that displays a sphere slice of a volume mesh. More...
class  MoMeshStreamline
  MeshViz Rendering node that displays streamlines of a vector field on a volume mesh. More...
class  MoMeshSurface
  MeshViz Rendering node that displays a surface mesh. More...
class  MoMeshSurfaceRepresentation
  MeshViz Abstract base class for all MeshViz XLM surface representation nodes containing an extractor. More...
class  MoMeshVector
  MeshViz Rendering node that displays a vector data set. More...

Functions

class MESHIVIZDM_API SoDEPRECATED_CLASS (9600,"Use MoMeshLine instead.") MoLineMesh
class MESHIVIZDM_API SoDEPRECATED_CLASS (9600,"Use MoMeshSurface instead.") MoSurfaceMesh

Function Documentation

class MESHIVIZDM_API SoDEPRECATED_CLASS ( 9600  ,
"Use MoMeshSurface instead."   
)

MeshViz 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.

Note:
This class is used internally by all mesh representations producing surface meshes. It can be used by any custom nodes containing an extractor. For displaying a surface mesh stored in the scene graph using an MoMesh node, use the MoMeshSurface node instead.

FILE FORMAT/DEFAULT

    SurfaceMesh { }

SEE ALSO

MoMeshSurface

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)

Note:
If both OverallNormal and NormalDataSet are set, NormalDateSet is used and OverallNormal is ignored.

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)

Note:
If both OverallNormal and NormalDataSet are set, NormalDateSet is used and OverallNormal is ignored.

Clears the cached value as if setSurfaceMesh was given a null pointer.

class MESHIVIZDM_API SoDEPRECATED_CLASS ( 9600  ,
"Use MoMeshLine instead."   
)

MeshViz 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.

Note:
This class is used internally by all mesh representations producing line meshes. It can be used by any custom nodes containing an extractor. For displaying a line mesh stored in the scene graph using an MoMesh node, use the MoMeshLine node instead.

If this shape is picked, SoPickedPoint will return a subclass of MoLineDetail.

FILE FORMAT/DEFAULT

    LineMesh { }

SEE ALSO

MoMeshLine, 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.


Open Inventor by FEI reference manual, generated on 19 Aug 2019
Copyright © FEI S.A.S. All rights reserved.
http://www.openinventor.com/