Command
|
Commentary
|
"(" |
-- ignore this line, e.g. ( ignore this line !! |
"ARC<>cx<>cy<>radius<>s_angle<>e_angle" |
-- draw arc e.g. ARC 35.0 49.1 90.0
120.0 |
"BOX<>center_x<>center_y<>width" |
-- draw box e.g. BOX 50.0 50.0 100.0 |
"CIRCLE<>center_x<>center_y<>diameter" |
-- draw circle, e.g. CIRCLE 100.2
34.65 34.13 |
"END" |
-- set end of file, e.g. END |
"INCH" |
-- set to Imperial mode (entry in
inches) |
"LINE<>start_x<>start_y<>end_x<>end_y" |
-- draw line e.g. LINE 34.6 245.1
55.2 352.1 |
"METRIC"
|
-- set to Metric mode (entry in
millimeters) |
"ORIGIN<>X<>Y" |
-- set file Origin to X,Y e.g. ORIGIN
-20.0 -10.0 (SHOW ORIGIN FIRST = 0,0 by default
|
"PENWIDTH<>n.n"
|
-- set pen drawing width, eg
PENWIDTH 1.0 |