PoChartcolorBinding Property |
Specify how the colors are bound to the representation.
Namespace: OIV.MeshViz.Graph
INHERITED: The entire representation is colored with the same inherited color whatever values of the fields colorValuesIndex and material.
PER_VERTEX: Each vertex of the representation is colored with a different color from the field material or colorValuesIndex.
PER_PART: Each part of the representation is colored with a different color from the field material or colorValuesIndex.
The interpretation of colorBinding is retailed in the derived classes. If not enough colors is provided, they are circular used.