Click or drag to resize
SoDataRangedataRangeId Property

This field allows the use of multiple data ranges for the same shape.

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

Property Value

Type: SoSFInt32
Remarks

By default all data range nodes are initialized to a data range id of 1. If you want to use multiple data ranges, different data range ids must be assigned. The data range id is only used in a render compositing scheme (see OIV.LDM.Nodes.SoDataSet).

Note Note

Field available since Open Inventor 6.1.2

See Also