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.CloneableStores detail information about a mesh.This class contains detail information about a mesh, like the mesh type, the mesh itself as an
MiMeshand 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 MoMeshDetailclone()MiDataSetgetColorScalarSet()Returns the associated color scalarset.MiMeshgetMesh()Returns the mesh.MoMeshVizDataMapping.MeshTypegetMeshType()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()
-
-