hm_comparesetreviewtypes
Sets the graphical review types to show for comparison results.
Syntax
hm_comparesetreviewtypes match_types
Type
HyperMesh Tcl Query Command
Description
Sets the graphical review types to show for comparison results. This must be followed by a call to hm_comparesetreview to refresh the graphics.
Inputs
- match_types
- The type of matches to enable. Multiple values can be specified. Any value not specified is turned off for review.
Example
To set the review types to matched and overlapped only 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_comparesetreviewtypes 4 3
hm_comparesetreview 1
hm_compareend
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0