hm_getcurrenttime
Returns the current transient animation time.
Syntax
hm_getcurrenttime
Type
HyperMesh Tcl Query Command
Description
This command returns the current transient animation time.
Examples
To get the current animation
frame:
set anim_time [ hm_getcurrenttime ]
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