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:
- plotname
str
Name of the plot or the name of the object.
- plot_folder
str
,optional
Name of the folder in which the plot resides. The default is
None
.- variation_variable
str
,optional
Variable to vary. The default is
"Phase"
.- variation_list
list
,optional
List of variation values with units. The default is
["0deg"]
.- project_path
str
,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,
- The default is
- 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
.
- plotname
- Returns:
pyaedt.generic.plot.ModelPlotter
Model Object.