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: 2024.1.1.0 (2024.1.1)
Syntax
public SoSeparator Convert(
	SoInput name_14013
)

Parameters

name_14013
Type: OIV.InventorSoInput

Return Value

Type: SoSeparator
Remarks

Note that the input source (OIV.Inventor.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. () returns NULL if the input source is a buffer.

See Also