Click or drag to resize
SoByteStreamConvert Method (SoNode, Boolean)

Converts the passed scene graph object(s) into a byte stream.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void Convert(
	SoNode node,
	bool binaryFormat
)

Parameters

node
Type: OIV.Inventor.NodesSoNode
binaryFormat
Type: SystemBoolean
Remarks

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().

See Also