Class MoMeshDetail

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MoMeshDetail
    extends java.lang.Object
    implements java.lang.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:
    MoFaceDetail, MiMesh, MiDataSet, MoLineDetail
    • Method Detail

      • 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