hm_registerredraw

Specifies if markers and shapes should be redrawn when the associated entity is modified.

Syntax

hm_registerredraw mode

Type

HyperMesh Tcl GUI Command

Description

Specifies if markers and shapes should be redrawn when the associated entity is modified.

Inputs

mode
0 - Do not redraw
1 - Redraw

Examples

To enable redrawing of markers and shapes:

hm_registerredraw 1

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

2019.1