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