Click or drag to resize
SoConverterParametersSetInputVolume Method

Define the volume used as input.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetInputVolume(
	SoDataSet inputVolume
)

Parameters

inputVolume
Type: OIV.LDM.NodesSoDataSet
Remarks

Allows to convert in-memory data to a LDM file. Alternative to setInputFileName().

See Also