*morphstoremorphvolumes
Stores or restores a copy of current morph volumes and handles.
Syntax
*morphstoremorphvolumes mode
Type
HyperMesh Tcl Modify Command
Description
Stores or restores a copy of current morph volumes and handles.
Inputs
- mode
- 1 = store morph volumes
Example
*morphstoremorphvolumes (1)
This command either stores a copy of all the morph volumes and handles in the database, restores that copy - replacing the current entities in the database, or clears the memory where the stored copy was kept.This is how HyperMorph enables the reject command for the extensive changes which can result from morph volume creation or updating.
Typical usage would be to call this command with mode = 1, call any command which modifies morph volumes, and then call this command with mode = 2 if you wish to reject the changes. Be sure to call this command with mode = 3 to free up the memory used for storage.
Errors
None.