Click or drag to resize
SoByteStreamConvert Method (SoPathList, 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(
	SoPathList pathList,
	bool binaryFormat
)

Parameters

pathList
Type: OIV.InventorSoPathList
binaryFormat
Type: SystemBoolean
Remarks

The 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 OIV.Inventor.Misc.SoByteStream.GetData() and OIV.Inventor.Misc.SoByteStream.GetNumBytes().

See Also