*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
1 - Editable

Examples

To make the secondary model MyModel editable:

*makesecondarymodeleditable "MyModel" 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2020.1