Click or drag to resize
PoMeshvaluesIndex Property

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

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

Property Value

Type: SoSFInt32
Remarks

If valuesIndex = -1, (the valuesIndex is called undefined) a mesh representation is colored with only one color which is inherited. If valuesIndex >= 0, the representation is colored relating to each node value, and relating to the coloring method defined by the field coloringType.

See Also