*reviewtwomark
Graphically reviews two mark of nodes with different colors.
Syntax
*reviewtwomark mark_id1 mark_id2 color1 color2
Type
HyperMesh Tcl Modify Command
Description
Graphically reviews two mark of nodes with different colors.
Inputs
- mark_id1
- The first mark of nodes.
- mark_id2
- The second mark of nodes.
- color1
- The color used to review the nodes on mark 1. Valid values are 1-64.
- color2
- The color used to review the nodes on mark 2. Valid values are 1-64.
Example
To review nodes 1-100 with color 4 and nodes 201-300 with color 6:
*createmark nodes 1 1-100
*createmark nodes 2 201-300
*reviewtwomark 1 2 4 6
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0