*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.
If specified as 0, the entity will be reviewed with its respective entity color (not yet available).
color2
The color used to review the nodes on mark 2. Valid values are 1-64.
If specified as 0, the entity will be reviewed with its respective entity color (not yet available).

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

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

13.0