export_field_jpg#
- PostProcessor3DLayout.export_field_jpg(file_name: str, plot_name: str, folder_name: str, orientation: str = 'isometric', width: int = 1920, height: int = 1080, display_wireframe: bool = True, selections: list[str] = None, show_axis: bool = True, show_grid: bool = True, show_ruler: bool = True, show_region: str = 'Default') bool#
Export a field plot and coordinate system to a JPG file.
- Parameters:
- file_name
str Full path and name to save the JPG file to.
- plot_name
str Name of the plot.
- folder_name
str Name of the folder plot.
- orientation
str,optional Name of the orientation to apply. The default is
"isometric".- width
int,optional Plot Width. The default is
1920.- height
int,optional Plot Height. The default is
1080.- display_wireframebool,
optional Display wireframe. The default is
True.- selections
list,optional - List of objects to include in the plot.
Supported in 3D Field Plots only starting from 23R1.
- show_axisbool,
optional Whether to show the axes. The default is
True. Supported in 3D Field Plots only starting from 23R1.- show_gridbool,
optional Whether to show the grid. The default is
True. Supported in 3D Field Plots only starting from 23R1.- show_rulerbool,
optional Whether to show the ruler. The default is
True. Supported in 3D Field Plots only starting from 23R1.- show_regionbool,
optional Whether to show the region or not. The default is
Default. Supported in 3D Field Plots only starting from 23R1.
- file_name
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.ExportPlotImageToFile >>> oModule.ExportModelImageToFile