export_image_from_aedtplt#

FieldPlot.export_image_from_aedtplt(export_path=None, view='isometric', plot_mesh=False, scale_min=None, scale_max=None)[source]#

Save an image of the active plot using PyVista.

Note

This method only works if the CPython with PyVista module is installed.

Parameters:
export_pathstr, optional

Path where image will be saved. The default is None which export file in working_directory.

viewstr, optional

View to export. Options are "isometric", "xy", "xz", "yz".

plot_meshbool, optional

Plot mesh.

scale_minfloat, optional

Scale output min.

scale_maxfloat, optional

Scale output max.

Returns:
str

Full path to exported file if successful.

References

>>> oModule.UpdateAllFieldsPlots
>>> oModule.UpdateQuantityFieldsPlots
>>> oModule.ExportFieldPlot