Click or drag to resize
SoVolumeHistogramComputeMinMaxWithUndefined Method

Compute min max.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void ComputeMinMaxWithUndefined(
	SoBufferObject valuesBuffer,
	double undefinedValue,
	SbDataType dataType,
	SbVec3i32 arrayDim,
	SbBox3i32 range,
	out double min,
	out double max
)

Parameters

valuesBuffer
Type: OIV.Inventor.DevicesSoBufferObject

Input buffer of values.

undefinedValue
Type: SystemDouble

Discarded value in the computation of min and max.

dataType
Type: OIV.InventorSbDataType

Type of datas stored in valuesBuffer.

arrayDim
Type: OIV.InventorSbVec3i32

Dimensions of valuesBuffer.

range
Type: OIV.InventorSbBox3i32

Box in which min and max values are computed.

min
Type: SystemDouble

Computed minimum value.

max
Type: SystemDouble

Computed maximum value.

Remarks

See Also