SoByteStreamConvert Method (SoPathList, Boolean) |
Converts the passed scene graph object(s) into a byte stream.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Convert(
SoPathList pathList,
bool binaryFormat
)
Public Sub Convert (
pathList As SoPathList,
binaryFormat As Boolean
)
public:
void Convert(
SoPathList^ pathList,
bool binaryFormat
)
member Convert :
pathList : SoPathList *
binaryFormat : bool -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
- binaryFormat
- Type: SystemBoolean
RemarksThe object(s) are passed by pathList. The caller may specify whether the byte stream is written in binary (true) or ASCII (false) format. The converted data can be accessed through getData() and getNumBytes().
See Also