Click or drag to resize
SoVRLdmFileWriterinputDataRange Property

Range of input datas ((min, max) of data).

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFVec2d inputDataRange { get; }

Property Value

Type: SoSFVec2d
Remarks

If not specified, range has to be computed, which will increase writing time. Default is an invalid range (1, -1)

See Also