Class MoMeshRepresentationDetail<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
java.lang.Object
com.openinventor.meshvizxlm.mapping.details.MoMeshRepresentationDetail<C,T,G>
- Type Parameters:
C
- the type of cellsT
- the type of the mesh topologyG
- the type of the mesh geometry
- Direct Known Subclasses:
MoLineMeshDetail
,MoSurfaceMeshDetail
public abstract class MoMeshRepresentationDetail<C extends MiCell,T extends MiTopologyExplicitI<C>,G extends MiGeometryI>
extends Object
Stores detail information about a mesh representation.
This class contains detail information about a mesh representation. It includes the mapped scalarset used for coloring.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the mapped scalarset used for coloring the mesh representation.
-
Method Details
-
getExtractedColorScalarSet
Returns the mapped scalarset used for coloring the mesh representation.- Returns:
- the mapped scalarset
-