*setreviewmode

Turns on/off the review list.

Syntax

*setreviewmode mode

Type

HyperMesh Tcl Modify Command

Description

This command turns on/off the review list.

Inputs

mode
0 - turn off review
1 - turn on review

Example

To review secondary elements only for group CONTACT with color 4, with all other non-reviewed entities having transparency and gray color:

*setreviewbyname groups CONTACT 4 1
*setreviewcolormode 0
*setreviewtransparentmode 1
*setreviewmode 1

To turn off the review:

*setreviewmode 0

Errors

None.