hm_comparesetreviewmode

Sets the graphical review mode for comparison results.

Syntax

hm_comparesetreviewmode mode

Type

HyperMesh Tcl Query Command

Description

Sets the graphical review mode for comparison results. This must be followed by a call to hm_comparesetreview to refresh the graphics.

Inputs

mode
0 - Show as grouped match types (matched, overlapped grouped and intersected, unmatched grouped)
1 - Show as normal match types (default)

Example

To set the review mode to grouped match types for a same side comparison of elems 1-20 and 101-120:

*createmark elems 1 1-20
*createmark elems 2 101-120
hm_compareinit
hm_compareentitiessameside surfs 1 surfs 2 0.1 2 0:
hm_comparesetreviewmode 1
hm_comparesetreview 1
hm_compareend

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