Click or drag to resize
SoVolumeHistogramAddValues Method (SoBufferObject, Int32)

Add to the histogram a 1D array of values.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddValues(
	SoBufferObject values,
	int numValues
)

Parameters

values
Type: OIV.Inventor.DevicesSoBufferObject
numValues
Type: SystemInt32
Remarks

NOTES: this API is limited to INT_MAX numValues to handle.

See Also