hardcopy#

class ansys.fluent.core.solver.tui_241.main_menu.solve.animate.pulse.hardcopy(service, version, mode, path)#

Bases: TUIMenu

Hardcopy options menu.

Classes:

color_mode(service, version, mode, path)

Enter the hardcopy color mode menu.

dpi(service, version, mode, path)

Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.

driver(service, version, mode, path)

Enter the set hardcopy driver menu.

invert_background(service, version, mode, path)

Use a white background when the picture is saved.

jpeg_hardcopy_quality(service, version, ...)

To set jpeg hardcopy quality.

landscape(service, version, mode, path)

Plot hardcopies in landscape or portrait orientation.

preview(service, version, mode, path)

Display a preview image of a hardcopy.

raytracer_image(service, version, mode, path)

Enable raytracering rendering.

set_standard_resolution(service, version, ...)

Select from pre-defined resolution list.

use_window_resolution(service, version, ...)

Use the currently active window's resolution for hardcopy (ignores the x-resolution and y-resolution in this case).

x_resolution(service, version, mode, path)

Set the width of raster-formatted images in pixels (0 implies current window size).

y_resolution(service, version, mode, path)

Set the height of raster-formatted images in pixels (0 implies current window size).

class dpi(service, version, mode, path)#

Bases: TUIMethod

Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.

class invert_background(service, version, mode, path)#

Bases: TUIMethod

Use a white background when the picture is saved.

class jpeg_hardcopy_quality(service, version, mode, path)#

Bases: TUIMethod

To set jpeg hardcopy quality.

class landscape(service, version, mode, path)#

Bases: TUIMethod

Plot hardcopies in landscape or portrait orientation.

class preview(service, version, mode, path)#

Bases: TUIMethod

Display a preview image of a hardcopy.

class raytracer_image(service, version, mode, path)#

Bases: TUIMethod

Enable raytracering rendering.

class set_standard_resolution(service, version, mode, path)#

Bases: TUIMethod

Select from pre-defined resolution list.

class use_window_resolution(service, version, mode, path)#

Bases: TUIMethod

Use the currently active window’s resolution for hardcopy (ignores the x-resolution and y-resolution in this case).

class x_resolution(service, version, mode, path)#

Bases: TUIMethod

Set the width of raster-formatted images in pixels (0 implies current window size).

class y_resolution(service, version, mode, path)#

Bases: TUIMethod

Set the height of raster-formatted images in pixels (0 implies current window size).