hm_getlockedentities
Queries entity locks.
Syntax
hm_getlockedentities entity_type dataname
Type
HyperMesh Tcl Query
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
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