Class MoMeshDetail
java.lang.Object
com.openinventor.meshvizxlm.mapping.details.MoMeshDetail
- All Implemented Interfaces:
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
Returns the type of the mesh.- Returns:
- the mesh type
-
getMesh
Returns the mesh.- Returns:
- the mesh
-
getColorScalarSet
Returns the associated color scalarset.- Returns:
- the color scalar set or null if none
-
clone
-