ansys.mapdl.core.Mapdl.gfile#

Mapdl.gfile(size='', **kwargs)#

Specifies the pixel resolution on Z-buffered graphics files.

Mechanical APDL Command: /GFILE

Parameters:
sizestr

Pixel resolution. Defaults to a pixel resolution of 800. Valid values are from 256 to 2400.

Notes

Defines the pixel resolution on subsequently written graphics files (for example, JPEG, PNG, TIFF) for software Z-buffered displays ( slashtype ). Lowering the pixel resolution produces a fuzzier image; increasing the resolution produces a sharper image but takes a little longer.

This command is valid in any processor.