Click or drag to resize
PoChartcolorBinding Property

Specify how the colors are bound to the representation.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<PoChartColorBindings> colorBinding { get; }

Property Value

Type: SoSFEnumPoChartColorBindings
Remarks

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.

See Also