how to export all modes, or modes based on frequency, to animation files.
Also how to do this via PyAnsys tools....
Hi @Mike.Thompson,
In Mechanical you can create displacement result objects for each mode and export using ExportAnimation
ExportAnimation
Refer to the link.
With PyMAPDL seems like it is possible - https://github.com/pyansys/pymapdl-reader/blob/main/README.rst#animating-a-modal-solution
Using PyDPF it is unfortunately not very straightforward. I am working on an example for PyDPF docs.
Approach: