SolidMesh Save State
The save state file retains all connectivity, geometry, and mesh attributes and certain interface information. It is an ASCII file 80 characters wide terminated by a newline, so it is readible, but may be indiscernible. The information can be broken down into 7 categories: String, Interface, CAPRI, Field, Directory, Parameter, and Terminator. A corresponding letter will appear on the line at the 80th character.


The procedure to read and write the data is similar to the IGES reader and writer. During reading/writting, a corresponding data files are written in the temporary SolidMesh directory (either in /var/tmp or /usr/tmp or $TMPDIR). The last step of the writer concatenates the files together. The directory is removed at completion.