PSCR, Kywrd
, KEY
Specifies various PostScript options.
If Kywrd
= CMAP, command format is PSCR,CMAP,INDEX
,IRED
,IGRN
,IBLU
.
INDEX
Color map index (0 to 15, 128 to 255).
IRED
Red intensity (0 to 100).
IGRN
Green intensity (0 to 100).
IBLU
Blue intensity (0 to 100).
If Kywrd
= LWID, command format
is PSCR,LWID,KYLWID
.
KYLWID
Line width factor (1 to 99, initially 3).
If Kywrd
= COLOR, command format
is PSCR,COLOR,KEY
.
KEY
Color key:
0 | — | Monochrome. |
1 | — | 16 colors. |
2 | — | 256+ colors. |
3 | — | Shaded monochrome. |
If Kywrd
= TRANX, command format
is PSCR,TRANX,OFFSET
.
OFFSET
X translational offset (initially 592).
If Kywrd
= TRANY, command format
is PSCR,TRANY,OFFSET
.
OFFSET
Y translational offset (initially 25).
If Kywrd
= ROTATE, command format
is PSCR,ROTATE,ANGLE
.
ANGLE
Rotation angle in degrees (initially 90.0).
If Kywrd
= SCALE, command format
is PSCR,SCALE,SCALE
.
SCALE
Scale factor (initially 0.238).
If Kywrd
= TIFF, command format is PSCR,TIFF,KEY
. Used
to add a Tagged Image File Format (TIFF) bitmap preview image to the
encapsulated PostScript file.
KEY
Preview image key:
0 | — | Do not include TIFF bitmap preview image. |
1 | — | Include wireframe TIFF bitmap preview image. |
2 | — | Include shaded TIFF bitmap preview image. |
If Kywrd
= EPSI, command
format is PSCR,EPSI,KEY
. Used to add an Encapsulated PostScript Interchange (EPSI) format
bitmap preview image to the encapsulated PostScript file.
KEY
Preview image key:
0 | — | Do not include EPSI bitmap preview image. |
1 | — | Include wireframe EPSI bitmap preview image. |
2 | — | Include shaded EPSI bitmap preview image. |
If Kywrd
= PAPER, command format
is PSCR,PAPER,SIZE
,ORIENT
.
SIZE
Standard paper sizes, A, B, C, D, E, A4, A3, A1, A0.
ORIENT
Paper orientation, either Landscape or Portrait.
If Kywrd
= HIRES, command format
is PSCR,HIRES,KEY
. Used to select the output resolution.
KEY
Output resolution key:
0 | — | High resolution graphics off. The image is exported as a bitmap. |
1 | — | High resolution graphics on. The image will be exported in polygon mode (/TYPE, , 4 precise hidden) for maximum printer resolution. |
This command is available in both the ANSYS and DISPLAY programs. It is valid for postscript format files chosen in ANSYS with the /SHOW,PSCR command, or in DISPLAY with /SHOWDISP,POSTSCRIPT.
An output file is generated for each plot. The ANSYS file is
named JobnameNN
.pscr. In the DISPLAY program, this file is named PSCRnn. This file remains open for a subsequent /NOERASE plot, and will be incomplete until the program is closed (/EXIT), or until the next file is opened by the next /ERASE plot request.
Issuing PSCR,STAT will list paper size, orientation and resolution modes.