*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 - secondary only
 - 2 - main only
 - 3 - main and secondary
 
 
Example
To remove main and secondary review of group 5 from the review list:
*reviewclearbyid groups 5 3
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}