*clearlock

Clears all entity locks.

Syntax

*clearlock entity_type dataname

Type

HyperMesh Tcl Modify Command

Description

This command clears all entity locks for a specified entity type.

Inputs

entity_type
The type of entity to clear locks for.
dataname
The dataname to clear locks for. Currently only supported for "ID".

Examples

To clear ID locks for all elements:
*clearlock elems 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

12.0.110