*animationframenext

Advances to the next animation frame.

Syntax

*animationframenext

Type

HyperMesh Tcl Modify Command

Description

This command advances to the next animation frame.

Examples

To advance the animation to the next frame:
*animationframenext

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