Click or drag to resize
SoInputReaderConvert Method

Returns the specified input source in the form of an Open Inventor scene graph.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSeparator Convert(
	SoInput name_16469
)

Parameters

name_16469
Type: OIV.InventorSoInput

Return Value

Type: SoSeparator
Remarks

Note that the input source (SoInput object) may be a file or a buffer (memory). This method should return NULL if the input source is a buffer and the reader does not support reading from a buffer. SoInput.getCurFile() returns NULL if the input source is a buffer.

See Also