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: 2024.1.1.0 (2024.1.1)
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 OIV.LDM.Converters.SoConverterParameters.SetInputFileName(System.String).

See Also