This is probably a simple naive question. A mechanical simulation has already a "total deformation" result object. When trying to generate the animation file in .mp4 extension I can generate the file but the nodes somehow do not "move". Only the contour displacement color filed changes in the parts but without "movement" or "inflation".

On the other hand, this alternative script option can not run.

This line generates an error:
totalDeform.ExportAnimation("D:\file18.mp4",GraphicsAnimationExportFormat.MP4)
Error is:
NameError: name 'GraphicsAnimationExportFormat' is not defined
Probably I am just missing an API to use before GraphicsAnimationExportFormat.MP4
I tried using different entry points such as "Ansys.ExtAPI.Graphics.GraphicsAnimationExportFormat.MP4" with no success.
Can you please provide the correct entry point to produce an animation .mp4 file that also has nodes displacement?
Thank you.