SoByteStreamUnconvert Method (SoByteStream) |
Takes byte stream data and unconverts it back to scene graph objects.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoPathList Unconvert(
SoByteStream byteStream
)
Public Shared Function Unconvert (
byteStream As SoByteStream
) As SoPathList
public:
static SoPathList^ Unconvert(
SoByteStream^ byteStream
)
static member Unconvert :
byteStream : SoByteStream -> SoPathList
Parameters
- byteStream
- Type: OIV.Inventor.MiscSoByteStream
Return Value
Type:
SoPathListRemarks The objects are returned in a path list.
See Also