*clearlock2
Clears all entity locks.
Syntax
*clearlock2 entity_type pool_id dataname
Type
HyperMesh Tcl Modify Command
Description
Clears all entity locks.
Inputs
- entity_type
 - The entity type to clear locks for.
 - pool_id
 - The solver pool ID.
 - dataname
 - Must be set to id.
 
Examples
To clear locks for all elements:
*clearlock2 elems 0 id
    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
2019