animate_fields_from_aedtplt#

PostProcessor.animate_fields_from_aedtplt(plotname, plot_folder=None, meshplot=False, variation_variable='Phase', variation_list=['0deg'], project_path='', export_gif=False, show=True, dark_mode=False, show_bounding=False, show_grid=False)[source]#

Generate a field plot to an image file (JPG or PNG) using PyVista.

Note

The PyVista module rebuilds the mesh and the overlap fields on the mesh.

Parameters:
plotnamestr

Name of the plot or the name of the object.

plot_folderstr, optional

Name of the folder in which the plot resides. The default is None.

variation_variablestr, optional

Variable to vary. The default is "Phase".

variation_listlist, optional

List of variation values with units. The default is ["0deg"].

project_pathstr, optional

Path for the export. The default is "" which export file in working_directory.

meshplotbool, optional

The default is False. Valid from Version 2021.2.

export_gifbool, optional
The default is False.

show=False,

showbool, optional

Generate the animation without showing an interactive plot. The default is True.

dark_modebool, optional

Whether to display the model in dark mode or not. The default is False.

show_gridbool, optional

Whether to display the axes grid or not. The default is False.

show_boundingbool, optional

Whether to display the axes bounding box or not. The default is False.

Returns:
pyaedt.generic.plot.ModelPlotter

Model Object.