Click or drag to resize
SoDataRangemapOnFullColorRange Property

Specifies how to map data values that are outside of the data range.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool mapOnFullColorRange { get; }

Property Value

Type: SoSFBool
Remarks

If mapOnFullColorRange is true (default), then any data values less than or equal to the OIV.LDM.Nodes.SoDataRange.min data value are mapped to the first color entry and any data values greater than or equal to the OIV.LDM.Nodes.SoDataRange.max data value are mapped to the last color entry.

If mapOnFullColorRange is false, then any data value less than OIV.LDM.Nodes.SoDataRange.min data value is mapped to the first color entry and the OIV.LDM.Nodes.SoDataRange.min data value is mapped to the second color entry; any data value greater than the OIV.LDM.Nodes.SoDataRange.max data value is mapped to the last color entry and the OIV.LDM.Nodes.SoDataRange.max data value is mapped to the next to the last color entry.

See Also