hm_getlockedentities
Queries entity locks.
Syntax
hm_getlockedentities entity_type dataname
Type
HyperMesh Tcl Query Command
Description
This command returns locked entity IDs across all submodels.
Inputs
- entity_type
- The type of entity to query locks for.
- data_name
- The data name to query locks for. Currently only supported for "id".
Example
To query ID locks for all elements:
hm_getlockedentities elems id
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110