*animationstart

Starts the animation.

Syntax

*animationstart

Type

HyperMesh Tcl Modify Command

Description

This command starts the animation.

Examples

To start the animation:
*animationstart

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