*setanimationtime

Sets the transient animation time.

Syntax

*setanimationtime time

Type

HyperMesh Tcl Modify Command

Description

This command the transient animation time.

Inputs

time
The animation time.

Examples

To set the animation time to 0.3:
*setanimationtime 0.3

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