Class MoMeshDetail

java.lang.Object
com.openinventor.meshvizxlm.mapping.details.MoMeshDetail
All Implemented Interfaces:
Cloneable

public class MoMeshDetail extends Object implements Cloneable
Stores detail information about a mesh.

This class contains detail information about a mesh, like the mesh type, the mesh itself as an MiMesh and the associated color scalarset as an MiDataSet.

See Also:
  • Method Details

    • getMeshType

      public MoMeshVizDataMapping.MeshType getMeshType()
      Returns the type of the mesh.
      Returns:
      the mesh type
    • getMesh

      public MiMesh getMesh()
      Returns the mesh.
      Returns:
      the mesh
    • getColorScalarSet

      public MiDataSet getColorScalarSet()
      Returns the associated color scalarset.
      Returns:
      the color scalar set or null if none
    • clone

      public MoMeshDetail clone()