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: 2024.1.0.0 (2024.1.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