Click or drag to resize
SoByteStreamConvert Method
Overload List
  NameDescription
Public methodConvert(SoNode)
Calls Convert(node, true).
Public methodConvert(SoPath)
Calls Convert(path, true).
Public methodConvert(SoPathList)
Calls Convert(pathList, true).
Public methodConvert(SoNode, Boolean)

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

Public methodConvert(SoPath, Boolean)

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

Public methodConvert(SoPathList, Boolean)

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

Top
See Also