imod.visualize.StaticGridAnimation3D#
- class imod.visualize.StaticGridAnimation3D(da, vertical_exaggeration=30.0, mesh_kwargs={}, plotter_kwargs={})[source]#
Class to easily setup 3D animations for transient data; Should only be used when the location of the displayed cells is constant over time. It will render much faster than
imod.visualize.GridAnimation3D
.Refer to examples of
imod.visualize.GridAnimation3D
.- __init__(da, vertical_exaggeration=30.0, mesh_kwargs={}, plotter_kwargs={})#
Methods
__init__
(da[, vertical_exaggeration, ...])peek
()Display the current state of the animation plotter.
reset
()Reset the plotter to its base state.
write
(filename[, framerate])Write the animation to a video or gif.