RefreshRate#

class ansys.stk.core.graphics.RefreshRate#

IntEnum

Overview#

FASTEST

The animation will occur as fast as possible. The maximum frame rate is the refresh rate of the display or is the maximum that video card is capable of if the video card’s vertical sync is off.

TARGETED_FRAMES_PER_SECOND

The animation will target a specified frame rate.

Import detail#

from ansys.stk.core.graphics import RefreshRate