hwIAnimator GetStartFrame
Returns the start frame of the animator.
Syntax
animator_handle GetStartFrame
Application
HyperView Tcl Query
Description
This command retrieves the start frame for the animation. This is commonly used when the animation mode is modal.
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetAnimatorHandle animator_handle
set start_frame [animator_handle GetStartFrame];
hwi CloseStack
Error
Returns the starting frame number of the animator.