SoByteStreamConvert Method (SoNode, 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.36.0 (9.9.36.0)
Syntaxpublic void Convert(
SoNode node,
bool binaryFormat
)
Public Sub Convert (
node As SoNode,
binaryFormat As Boolean
)
public:
void Convert(
SoNode^ node,
bool binaryFormat
)
member Convert :
node : SoNode *
binaryFormat : bool -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
- binaryFormat
- Type: SystemBoolean
RemarksThe 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 getData() and getNumBytes().
See Also