ansys.mapdl.core.Mapdl.anisos#

Mapdl.anisos(nfram='', delay='', ncycl='', **kwargs)#

Produces an animated sequence of an isosurface.

Mechanical APDL Command: ANISOS

Parameters:
nframstr

Number of frames captures (defaults to 9).

delaystr

Time delay during animation (defaults to 0.1 seconds).

ncyclstr

Number of animation cycles (defaults to 5). Available in non-UI mode only.

Notes

anisos invokes a Mechanical APDL macro which produces an animation of an isosurface of the last plot action command (for example, plnsol,S,EQV). The anisos command operates only on graphic display platforms supporting the seg command. After executing anisos, you can replay the animated sequence by issuing the anim command.

This command functions only in the postprocessor.