*setreviewcolormode

Sets the color mode for non-review list entities.

Syntax

*setreviewcolormode mode

Type

HyperMesh Tcl Modify Command

Description

This command sets the color mode for non-review list entities.

Inputs

mode
0 - gray
1 - normal

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

Errors

None.