Class MoMeshDetail
- java.lang.Object
-
- com.openinventor.meshvizxlm.mapping.details.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 anMiDataSet
.- See Also:
MoFaceDetail
,MiMesh
,MiDataSet
,MoLineDetail
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoMeshDetail
clone()
MiDataSet
getColorScalarSet()
Returns the associated color scalarset.MiMesh
getMesh()
Returns the mesh.MoMeshVizDataMapping.MeshType
getMeshType()
Returns the type of the mesh.
-
-
-
Method Detail
-
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()
-
-