*setcurrentmodel
Sets the specified model as curent.
Syntax
*setcurrentmodel name
Type
HyperMesh Tcl Modify Command
Description
Sets the specified model as curent.
Inputs
- name
 - The name of the model to set current.
 
Examples
To set model named model-2 as current:
*setcurrentmodel model-2
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019