Saving in Summary Mode
List of: Discussion Topic
Subjects: SAT Save and Restore
Contents: Kernel

When saving sat files in summary mode, three types of "compression" occur:

Indexing of IDs
Summarization of logicals
Summarization of enums

Indexing of IDs

This method of compression gives each ID an index, then allows that ID to be represented by it's index for the remainder of the sat file. For example, the first occurrence of 'loop' in a sat file would be represented by "loop%1". All subsequent occurrences of 'loop' would be represented by "%1".

Summarization of logicals

Some ACIS entities have sat-file data that has two-states, e.g., forward/reverse, out/in, no_rotate/rotate, etc. In summary mode, these states are simply represented as the single characters, T/F.

Summarization of enums

Some ACIS entities have sat-file data that has many states, e.g., non_singular/singular_low/singular_high/ singular_both, no_radius/single_radius/two_radii etc. In summary mode, these states are simply represented by E0/E1/E2/E3 and so on.
PDF/KERN/09SAT.PDF
HTM/DATA/KERN/KERN/09SAT/0005.HTM