*reviewentitybymark
Graphically reviews a mark of entities.
Syntax
*reviewentitybymark mark_id color string_array number_of_strings
Type
HyperMesh Tcl Modify Command
Description
This command graphically reviews a mark of entities.
Inputs
- mark_id
- The ID of the mark containing the entities to review. Valid values are 1 and 2.
- color
- The color used to review the entities. Valid values are 1-64.
- string_array
- The ID of the string array that contains the additional input parameters. The string array is created using the *createstringarray command. This should always be set to 1.
- number_of_strings
- Integer indicating the size (number of strings) in the string array created using *createstringarray. The valid strings are:
Example
To review elements 1-100 using color 10:
*createmark elems 1 1-100
*reviewentitybymark 1 10 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0