ansys.mapdl.core.Mapdl.tiff#
- Mapdl.tiff(kywrd='', opt='', **kwargs)#
Provides TIFF file export for Mechanical APDL displays.
Mechanical APDL Command: TIFF
- Parameters:
- kywrd
str
Specifies various TIFF file export options.
COMP
- IfKywrd
= COMP, thenOPT
controls data compression for the output file. If COMP = 0, then compression is off. If COMP = 1 (default), then compression is on.ORIENT
- IfKywrd
= ORIENT, thenOPT
will determine the orientation of the entire plot.OPT
can be either Horizontal (default) or Vertical.COLOR
- IfKywrd
= COLOR, thenOPT
will determine the color attribute of the saved file.OPT
can be 0, 1, or 2, corresponding to Black and White, Grayscale, and Color (default), respectively.TMOD
- IfKywrd
= TMOD, thenOPT
will determine the text method.OPT
can be either 1 or 0, corresponding to bitmap text (default) or line stroke text, respectively.DEFAULT
- IfKywrd
= DEFAULT, then all of the default values, for all of the Kywrd parameters listed above, are active.
- opt
str
OPT
can have the following names or values, depending on the value forKywrd
(see above).1 or 0
- IfKywrd
= COMP, a value or 1 (on) or 0 (off) will control compression for the TIFF file.Horizontal, Vertical
- IfKywrd
= ORIENT, the terms Horizontal or Vertical determine the orientation of the plot.0, 1, 2
- IfKywrd
= COLOR, the numbers 0, 1, and 2 correspond to Black and White, Grayscale and Color, respectively.1, 0
- IfKywrd
= TMOD, the values 1 and 0 determine whether bitmap (1) or stroke text (0) fonts will be used
- kywrd