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: 10.12.3.0 (10.12.3.0)
Syntax
public SoSeparator Convert(
	SoInput name_14003
)

Parameters

name_14003
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