hwIPage SetAnimationFrameRateTracking
Enables the animation frame rate tracker.
Syntax
hwIPage_handle SetAnimationFrameRatesTracking enable
Application
HyperWorks Tcl Modify
Description
This command determines whether the animation frame rate tracker is enabled.
Inputs
- enable
 - 
            
- True
 - If you want the animation frame rate tracker to be on.
 - false
 - If you do not want the frame rate tracker on.
 
 
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 SetAnimationFrameRatesTracking true;
      Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Animation
Modify