ansys.mapdl.core.Mapdl.gfile#
- Mapdl.gfile(size='', **kwargs)#
Specifies the pixel resolution on Z-buffered graphics files.
Mechanical APDL Command: /GFILE
- Parameters:
- size
str
Pixel resolution. Defaults to a pixel resolution of 800. Valid values are from 256 to 2400.
- size
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.