export_image#

FieldPlot.export_image(full_path=None, width=1920, height=1080, orientation='isometric', display_wireframe=True)[source]#

Export the active plot to an image file.

Note

There are some limitations on HFSS 3D Layout plots.

full_pathstr, optional

Path for saving the image file. PNG and GIF formats are supported. The default is None which export file in working_directory.

widthint, optional

Plot Width.

heightint, optional

Plot height.

orientationstr, optional

View of the exported plot. Options are isometric, top, bottom, right, left, front, back, and any custom orientation.

display_wireframebool, optional

Set to True if the objects has to be put in wireframe mode.

Returns:
str

Full path to exported file if successful.

References

>>> oModule.ExportPlotImageToFile
>>> oModule.ExportModelImageToFile
>>> oModule.ExportPlotImageWithViewToFile