Click or drag to resize
SoInputSetInputParameters Method

Specify parameters to modify/control actions during the read of a file.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetInputParameters(
	SoInputParameters parameters
)

Parameters

parameters
Type: OIV.InventorSoInputParameters
Remarks

For example, use an instance of OIV.Inventor.IO.CAD.SoCADInputReaderParameters for file formats handled by the OIV.Inventor.IO.CAD.SoCADFileFormat module (IGES, STEP, CATIA, ...).

See Also