picture#

class ansys.fluent.core.generated.solver.settings_261.picture(name=None, parent=None)#

Bases: Group

The hardcopy/save-picture options object.

Attributes

Attribute

Summary

raytracer_image

Enable advanced raytracing for hardcopy and preview.

color_mode

The color mode for hardcopy and preview images.

driver_options

Configure export drivers and related image capture options.

invert_background

Enable to invert the graphics window background during image export.

landscape

Enable to use landscape orientation for hardcopy images. If disabled, portrait orientation will be used.

x_resolution

The horizontal resolution in pixels for exported images.

y_resolution

The vertical resolution in pixels for exported images.

dpi

The resolution in dots per inch (DPI) for hardcopy images.

use_window_resolution

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

standard_resolution

From pre-defined resolution list.

jpeg_hardcopy_quality

0 : Saves lowest quality jpeg image, but with the least file size.

invert_normals_for_avz

In some cases, images exported to AVZ appear dark and do not match the true colors seen in the graphics window display. Enable :invert-normals-for-avz, if you experience this issue.

Methods

Method

Summary

preview

Display a preview image of a hardcopy.

save_picture

Save the current graphics window as a picture file.

list_color_mode

View all available color modes supported by the image exporter.

Included in:

Parent

Summary

graphics

Controls the graphics display of the simulation results.