Click or drag to resize
SoByteStreamUnconvert Method (SoByteStream)

Takes byte stream data and unconverts it back to scene graph objects.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static SoPathList Unconvert(
	SoByteStream byteStream
)

Parameters

byteStream
Type: OIV.Inventor.MiscSoByteStream

Return Value

Type: SoPathList
Remarks

The objects are returned in a path list.

See Also