This class is used for transcribing Inventor data. Transcription is the process of packaging changes to a database and sending them over a "wire" to another database.
The
SoTranSender class is used on the sending
side of transcription. It packages up changes to a Inventor database into a file or memory area defined by an
SoOutput instance. It supports a limited set of changes to a database; each change is stored as a
command in the transcription area. The
SoTranReceiver class can be used at the other end to interpret the transcribed commands.