Click or drag to resize
SoVolumeHistogramSetInputValueRange Method

For floating data type, specifies the range the histogram has to be computed in.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetInputValueRange(
	double rangeMin,
	double rangeMax
)

Parameters

rangeMin
Type: SystemDouble
rangeMax
Type: SystemDouble
Remarks

Must be called before any call to OIV.LDM.SoVolumeHistogram.AddValues(OIV.Inventor.Devices.SoBufferObject, System.Int32). Default values are -20000. 20000.

See Also