*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.
If specified as 0, entities will be reviewed with their respective entity color (not yet available).
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:
showcomps - This indicates that components in which elements/geometry are referred will also be reviewed. If not provided, only specified elements/geometry are reviewed.

Example

To review elements 1-100 using color 10:

*createmark elems 1 1-100
*reviewentitybymark 1 10 1 0

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

12.0