Saves an object's modal data in a file.
(save-object name_of_object file_name )
The save-object function takes two arguments:
Almost any object created in Modalys can be saved using save-object (although note that hybrids cannot be saved). This can save a lot of time if the object has a lot of modes because these files take a long time to compute. After an object is saved, it can be retrieved using (make-object 'read-from-file ...) When an object is retrieved, it is treated exactly the same as if it had been freshly calculated.
There are no special options for this function.
Read Modal Object - (make-object 'read-from-file ... )