Additional Options
- Last UpdatedMar 12, 2025
- 1 minute read
Additional options given as string to PLOT command and separated by commas:
|
REDUCETOFIT EXPANDTOFIT |
Fit to paper |
|
PLOTSTYLE "Name" |
DRAW introduces plot styles. The plot style can be selected in batch printing with the PLOTSTYLE option. The name should be given in double quotes if it contains spaces. |
|
OWNERFRAME |
Use this option to allow plotting owner frames. If not given, frames are not exported. |
|
BLACKBG |
Export to DXF format with white graphics (default is black graphics) for viewing on a black background. |
|
USESIMPLEFONT |
In some cases, text is exported as a series of multiple lines which can result in large export files. For example, when true type fonts are used. To export the file using the most basic font type, the command must be used in the following format: plot SHEE "\\Path\fileName.plt" 'USESIMPLEFONT' |
|
SINGLELINE |
By default, exported plot files contain multiple lines to represent thickness (scale line weight). To export the file as single lines, the command must be used in the following format: plot SHEE "\\Path\fileName.plt" 'SINGLELINE' |
|
BLANKING |
Sets the state of blanking in export. The default is TRUE. Can be set to TRUE or FALSE |
|
PPI |
For IMAGE plots only. Sets the Pixels Per Inch (PPI) of the image to the specified supported value. Current supported values are 50, 100 and 150. For example: plot SHEE IMAGE "\\Path\fileName.png" 'PPI 100' |
|
ROTATE |
PRINT export only. Rotates the export to file by 90deg counter clockwise, if needed. |