*undohistorystate

Undoes one or more history states.

Syntax

*undohistorystate count

Type

HyperMesh Tcl Modify Command

Description

Undoes one or more history states.

Inputs

count
The number of history states to undo.

Example

To undo two history states:

*undohistorystate 2

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

14.0