*setanimationframe
Sets the animation frame.
Syntax
*setanimationframe frame
Type
HyperMesh Tcl Modify Command
Description
This command the animation frame.
Inputs
- frame
- The index of the animation frame.
Examples
To set the animation to frame 5:
*setanimationframe 5
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