*animationframeprevious
Returns to the previous animation frame.
Syntax
*animationframeprevious
Type
HyperMesh Tcl Modify Command
Description
This command returns to the previous animation frame.
Examples
To return the animation to the previous
frame:
*animationframeprevious
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
2024