hardcopy#
- class ansys.cfx.core.generated.post_processing.settings_261.hardcopy.hardcopy(name: str | None = None, parent=None)#
Bases:
GroupThis 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 |
|---|---|
Enables the antialiasing of the graphics (smooth edges). |
|
Sets the file name for the output from “print”. |
|
Sets the format of hardcopy output from “print”. |
|
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. |
|
The image height (used when Use Screen Size is set to Off). |
|
Scales the size of bitmap images to a fraction (in percent) of the current viewer window size. |
|
Selects the size with which to create the image. |
|
The image width (used when Use Screen Size is set to Off). |
|
The quality factor for jpeg image output. Higher values results in clearer, but larger, files. |
|
Sets the rotation of the image on the printed page. |
|
Scales hardcopy output to the specified paper size. |
|
The width of lines in hardcopy output. Increasing this value may give better results on high-resolution printers. |
|
Controls quality vs. speed of hardcopy output. |
|
Toggles if hardcopy output is produced on a transparent or CFX viewer background. |
|
When set to On, the current screen size is used as the image size. |
|
Toggles if hardcopy output is produced on a white or CFX viewer background. |
Methods
Method |
Summary |
|---|---|
Saves an image of the current view. |
Included in:
Parent |
Summary |
|---|---|
Encapsulates a CFX post-processing setup. |