*reviewclearbyid
Removes/clears entities from the review list based on an entity ID.
Syntax
*reviewclearbyid entity_type id review_type
Type
HyperMesh Tcl Modify Command
Description
This command removes/clears entities from the review list based on an entity ID.
Inputs
- entity_type
- The type of entity to add to the review list. Valid values are blocks and groups.
- id
- The ID of the entity.
- review_type
- The review type to control.
- For blocks:
- 1 = nodes
- 2 = elems
- For groups:
- 1 = slave only
- 2 = master only
- 3 = master & slave
Example
To remove master and slave review of group 5 from the review list:
*reviewclearbyid groups 5 3
Errors
if { [ catch {command_name...} ] } {
# Handle error
}