picture#

class ansys.fluent.core.meshing.tui_231.main_menu.display.set.picture(path, service)#

Bases: TUIMenu

Saves a hardcopy file of the active graphics window.

Classes:

color_mode(path, service)

Contains the available color modes.

driver(path, service)

Contains the available hardcopy formats.

Methods:

dpi(*args, **kwargs)

Specifies the resolution in dots per inch for EPS and PostScript files.

invert_background(*args, **kwargs)

Enables/disables the exchange of foreground/background colors for hardcopy files.

jpeg_hardcopy_quality(*args, **kwargs)

Controls the size and quality of how JPEG files are saved based on a scale of 0-100, with zero being low quality small files and 100 being high quality larger files.

landscape(*args, **kwargs)

Toggles between landscape or portrait orientation.

preview(*args, **kwargs)

Applies the settings of the color-mode, invert-background, and landscape options to the currently active graphics window to preview the appearance of printed hardcopies.

set_standard_resolution(*args, **kwargs)

Select from pre-defined resolution list.

use_window_resolution(*args, **kwargs)

Disables/enables the use of the current graphics window resolution when saving an image of the graphics window.

x_resolution(*args, **kwargs)

Sets the width of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).

y_resolution(*args, **kwargs)

Sets the height of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).

class color_mode(path, service)#

Bases: TUIMenu

Contains the available color modes.

Methods:

color(*args, **kwargs)

Selects full color and plots the hardcopy in color.

gray_scale(*args, **kwargs)

Selects gray scale (that is, various shades of gray) and converts color to gray-scale for hardcopy.

list(*args, **kwargs)

Displays the current hardcopy color mode.

mono_chrome(*args, **kwargs)

Selects color to monochrome (black and white) for hardcopy.

color(*args, **kwargs)#

Selects full color and plots the hardcopy in color.

gray_scale(*args, **kwargs)#

Selects gray scale (that is, various shades of gray) and converts color to gray-scale for hardcopy.

list(*args, **kwargs)#

Displays the current hardcopy color mode.

mono_chrome(*args, **kwargs)#

Selects color to monochrome (black and white) for hardcopy.

dpi(*args, **kwargs)#

Specifies the resolution in dots per inch for EPS and PostScript files.

class driver(path, service)#

Bases: TUIMenu

Contains the available hardcopy formats.

Methods:

avz(*args, **kwargs)

Use AVZ output for hardcopies.

dump_window(*args, **kwargs)

Sets the command to dump a graphics window to a file.

eps(*args, **kwargs)

Sets the Encapsulated PostScript format.

glb(*args, **kwargs)

Produces GLB output for hardcopies.

hsf(*args, **kwargs)

Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.

jpeg(*args, **kwargs)

Sets the JPEG image format.

list(*args, **kwargs)

Displays the current hardcopy format.

options(*args, **kwargs)

Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size.

png(*args, **kwargs)

Sets the PNG image format.

post_script(*args, **kwargs)

Sets the PostScript format.

ppm(*args, **kwargs)

Sets the PPM format.

tiff(*args, **kwargs)

Sets the TIFF format.

vrml(*args, **kwargs)

Sets the VRML format.

Classes:

post_format(path, service)

Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.

avz(*args, **kwargs)#

Use AVZ output for hardcopies.

dump_window(*args, **kwargs)#

Sets the command to dump a graphics window to a file.

eps(*args, **kwargs)#

Sets the Encapsulated PostScript format.

glb(*args, **kwargs)#

Produces GLB output for hardcopies.

hsf(*args, **kwargs)#

Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.

jpeg(*args, **kwargs)#

Sets the JPEG image format.

list(*args, **kwargs)#

Displays the current hardcopy format.

options(*args, **kwargs)#

Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size. The options may be entered on one line if you separate them with commas.

png(*args, **kwargs)#

Sets the PNG image format.

class post_format(path, service)#

Bases: TUIMenu

Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.

Methods:

fast_raster(*args, **kwargs)

Enables a raster file that may be larger than the standard raster file, but will print much more quickly.

raster(*args, **kwargs)

Enables the standard raster file.

rle_raster(*args, **kwargs)

Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly.

vector(*args, **kwargs)

Enables the standard vector file.

fast_raster(*args, **kwargs)#

Enables a raster file that may be larger than the standard raster file, but will print much more quickly.

raster(*args, **kwargs)#

Enables the standard raster file.

rle_raster(*args, **kwargs)#

Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly. This is the default file type.

vector(*args, **kwargs)#

Enables the standard vector file.

post_script(*args, **kwargs)#

Sets the PostScript format.

ppm(*args, **kwargs)#

Sets the PPM format.

tiff(*args, **kwargs)#

Sets the TIFF format.

vrml(*args, **kwargs)#

Sets the VRML format.

invert_background(*args, **kwargs)#

Enables/disables the exchange of foreground/background colors for hardcopy files.

jpeg_hardcopy_quality(*args, **kwargs)#

Controls the size and quality of how JPEG files are saved based on a scale of 0-100, with zero being low quality small files and 100 being high quality larger files.

landscape(*args, **kwargs)#

Toggles between landscape or portrait orientation.

preview(*args, **kwargs)#

Applies the settings of the color-mode, invert-background, and landscape options to the currently active graphics window to preview the appearance of printed hardcopies.

set_standard_resolution(*args, **kwargs)#

Select from pre-defined resolution list.

use_window_resolution(*args, **kwargs)#

Disables/enables the use of the current graphics window resolution when saving an image of the graphics window. If disabled, the resolution will be as specified for x-resolution and y-resolution.

x_resolution(*args, **kwargs)#

Sets the width of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).

y_resolution(*args, **kwargs)#

Sets the height of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).