SoByteStreamConvert Method (SoPath, 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(
SoPath path,
bool binaryFormat
)
Public Sub Convert (
path As SoPath,
binaryFormat As Boolean
)
public:
void Convert(
SoPath^ path,
bool binaryFormat
)
member Convert :
path : SoPath *
binaryFormat : bool -> unit
Parameters
- path
- Type: OIV.InventorSoPath
- binaryFormat
- Type: SystemBoolean
RemarksThe object(s) are passed by path. 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