*unlockentities
Removes entity locks.
Syntax
*unlockentities entity_type mark_id dataname
Type
HyperMesh Tcl Modify Command
Description
This command removes entity locks for a selection of entities.
Inputs
- entity_type
 - The type of entity to lock.
 - mark_id
 - The ID of the mark containing the entities to unlock. Valid values are 1 and 2.
 - dataname
 - The dataname to unlock. Currently only supported for "id".
 
Example
To unlock the displayed element IDs:
*createmark elems 1 displayed
*unlockentities elems 1 id
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
12.0.110