hardcopy#

class ansys.cfx.core.generated.post_processing.settings_261.hardcopy.hardcopy(name: str | None = None, parent=None)#

Bases: Group

This object contains the settings used to control the creation of hardcopy output from the viewer. It is used by the “print” action.

Attributes

Attribute

Summary

antialiasing

Enables the antialiasing of the graphics (smooth edges).

hardcopy_filename

Sets the file name for the output from “print”.

hardcopy_format

Sets the format of hardcopy output from “print”.

hardcopy_tolerance

A non-dimensional tolerance used in face-sorting when generating hardcopy output. Higher values will result in faster printing times, but may cause defects in the resulting output.

image_height

The image height (used when Use Screen Size is set to Off).

image_scale

Scales the size of bitmap images to a fraction (in percent) of the current viewer window size.

image_size_option

Selects the size with which to create the image.

image_width

The image width (used when Use Screen Size is set to Off).

jpeg_image_quality

The quality factor for jpeg image output. Higher values results in clearer, but larger, files.

paper_orientation

Sets the rotation of the image on the printed page.

paper_size

Scales hardcopy output to the specified paper size.

print_line_width

The width of lines in hardcopy output. Increasing this value may give better results on high-resolution printers.

print_quality

Controls quality vs. speed of hardcopy output.

transparent_background

Toggles if hardcopy output is produced on a transparent or CFX viewer background.

use_screen_size

When set to On, the current screen size is used as the image size.

white_background

Toggles if hardcopy output is produced on a white or CFX viewer background.

Methods

Method

Summary

save_picture

Saves an image of the current view.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.