Click or drag to resize
PoChartcolorValuesIndex Property

Defines the index of the set of values for the coloring.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 colorValuesIndex { get; }

Property Value

Type: SoSFInt32
Remarks

If colorValuesIndex = -1, (the colorValuesIndex is called undefined) the charting representation is colored with only one color which is inherited. If colorValuesIndex >= 0, the representation is colored relating to values of the specified set, and relating to the color binding method defined by the field colorBinding. If the field material is different from NULL and not ignored (cf setIgnored method of OIV.Inventor.Fields.SoField class), this is the field material which is used for coloring.

See Also