DRAWE/['drawing name',]SIZE,[{INCHES|MMETER},]{height,width|n}[,IFERR,label:]
Changes the size of the drawing format of a drawing. Drawing units are a parameter of the drawing. Therefore, if no unit minor word is specified in this statement but a drawing code or size is, then the current parameter applies.
Parameter |
Description |
'drawing name' |
A string or string variable which represents the name of the drawing whose drawing format size is to be changed. |
SIZE |
Minor word which indicates that the drawing size is to be changed. |
INCHES |
Minor word which indicates that the drawing size is specified in inches. |
MMETER |
Minor word which indicates that the drawing size is specified in millimeters. |
height,width |
The new size of the drawing format. Height is measured in the positive YC axis and width is measured in the positive XC axis. The drawing is created with its lower left hand corner at the origin of the ABS. |
n |
A valid drawing size code. The code creates the drawing format in either inches or millimeters as specified by use of the minor words INCHES and MMETER See the table below. |
IFERR,label: |
Specifies a label to which the program jumps if an error occurs in editing the drawing. |
Code |
Size in Inches |
Size in Millimeters |
1 |
Ansi A - 8.5 x 11 |
ISO A0 - 841 x 1189 |
2 |
Ansi B - 11 x 17 |
ISO A1 - 594 x 841 |
3 |
Ansi C - 17 x 22 |
ISO A2 - 420 x 594 |
4 |
Ansi D - 22 x 34 |
ISO A3 - 297 x 420 |
5 |
Ansi E - 34 x 44 |
ISO A4 - 210 x 297 |