Click or drag to resize
SoVolumeTransformGetTransformedMinMax Method

Based on min max of the input data, this function should return the expected data range of the result (transformed) data.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void GetTransformedMinMax(
	out double min,
	out double max
)

Parameters

min
Type: SystemDouble
max
Type: SystemDouble
Remarks