*lockallentities
Lock all entities with the same entity type and ID pool across includes.
Syntax
*lockallentities entity_type pool_id dataname
Type
HyperMesh Tcl Modify Command
Description
Lock all entities with the same entity type and ID pool across includes.
Inputs
- entity_type
 - The type of entity to lock.
 - pool_id
 - The ID of the solver pool.
 - dataname
 - Must be set to id.
 
Examples
Lock all elements with ID pool 2:
*lockallentities elems 2 id
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019