*animationstop

Stops the animation.

Syntax

*animationstop

Type

HyperMesh Tcl Modify Command

Description

This command stops the animation.

Examples

To stop the animation:
*animationstop

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