SoByteStreamConvert Method (SoNode, Boolean) |
Converts the passed scene graph object(s) into a byte stream.
Namespace: OIV.Inventor.Misc
The object(s) are passed by node. The caller may specify whether the byte stream is written in binary (true) or ASCII (false) format. The converted data can be accessed through OIV.Inventor.Misc.SoByteStream.GetData() and OIV.Inventor.Misc.SoByteStream.GetNumBytes().