FrameRate#
- class ansys.stk.core.graphics.FrameRate#
Keeps track of how many times the scenes are rendered per second.
Overview#
Reset the frame rate counter back to zero. The frame rate computation begins anew. |
Get the current frame rate in frames per second. |
|
Get or set the maximum number of frames used to determine frame rate. More frames means that the frame rate is averaged over a longer period of time and will fluctuate less than fewer frames would. The minimum value is 2. |
Import detail#
from ansys.stk.core.graphics import FrameRate