*addnewmodel
Used by multiple models to add a new secondary model.
Syntax
*addnewmodel name
Type
HyperMesh Tcl Modify Command
Description
Used by multiple models to add a new secondary model. A new file can be loaded in this newly created secondary database.
Inputs
- name
- The unique name of the new model to add.
Examples
To add a new secondary model named model-2:
*addnewmodel model-2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019