*unlockallentities

Unlock all entities with the same entity type and ID pool across includes.

Syntax

*unlockallentities entity_type pool_id dataname

Type

HyperMesh Tcl Modify Command

Description

Unlock all entities with the same entity type and ID pool across includes.

Inputs

entity_type
The type of entity to unlock.
pool_id
The ID of the solver pool.
dataname
Must be set to id.

Examples

Unlock all elements with ID pool 2:

*unlockallentities elems 2 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

2019