*lockentities
Adds entity locks.
Syntax
*lockentities entity_type mark_id dataname
Type
HyperMesh Tcl Modify Command
Description
This command adds 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 lock. Valid values are 1 and 2.
 - dataname
 - The dataname to lock. Currently only supported for "id".
 
Example
To lock the displayed element IDs:
*createmark elems 1 displayed
*lockentities elems 1 id
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
12.0.110