InMemoryFrameSequence#
- class ansys.tools.visualization_interface.backends.pyvista.animation.InMemoryFrameSequence(frames: List[Any])#
Bases:
FrameSequenceFrame sequence with all frames pre-loaded in memory.
This is the simplest strategy, suitable for small to medium datasets where all frames can fit in memory.
- Parameters:
- frames
List[Any] List of frame objects (meshes or mesh objects).
- frames
Overview#
Import detail#
from ansys.tools.visualization_interface.backends.pyvista.animation import InMemoryFrameSequence