*makesecondarymodeleditable
Sets the editable state of secondary models.
Syntax
*makesecondarymodeleditable model_name edit_state
Type
HyperMesh Tcl Modify Command
Description
Sets the editable state of secondary models.
Inputs
- model_name
 - The name of the secondary model.
 - edit_state
 - 0 - Not editable
 
Examples
To make the secondary model MyModel editable:
*makesecondarymodeleditable "MyModel" 1
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2020.1