Loading...
Searching...
No Matches
Go to the documentation of this file.
36#define APER_MACRO_ROUNDRECT_NAME "RoundRect"
38#define APER_MACRO_ROUNDRECT_HEADER \
400 Rectangle with rounded corners*\n\
410 $1 Rounding radius*\n\
420 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*\n\
430 Add a 4 corners polygon primitive as box body*\n\
444,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*\n\
450 Add four circle primitives for the rounded corners*\n\
500 Add four rect primitives between the rounded corners*\n\
5120,1,$1+$1,$2,$3,$4,$5,0*\n\
5220,1,$1+$1,$4,$5,$6,$7,0*\n\
5320,1,$1+$1,$6,$7,$8,$9,0*\n\
5420,1,$1+$1,$8,$9,$2,$3,0*\
58#define APER_MACRO_ROT_RECT_NAME "RotRect"
60#define APER_MACRO_ROT_RECT_HEADER \
620 Rectangle, with rotation*\n\
630 The origin of the aperture is its center*\n\
660 $3 Rotation angle, in degrees counterclockwise*\n\
670 Add horizontal line*\n\
75#define APER_MACRO_SHAPE_OVAL_NAME "HorizOval"
77#define APER_MACRO_SHAPE_OVAL_HEADER \
790 Thick line with rounded ends*\n\
810 $2 $3 position (X,Y) of the first rounded end (center of the circle)*\n\
820 $4 $5 position (X,Y) of the second rounded end (center of the circle)*\n\
830 Add line between two ends*\n\
8420,1,$1,$2,$3,$4,$5,0*\n\
850 Add two circle primitives to create the rounded ends*\n\
91#define APER_MACRO_OUTLINE4P_NAME "Outline4P"
93#define APER_MACRO_OUTLINE4P_HEADER \
950 Free polygon, 4 corners , with rotation*\n\
960 The origin of the aperture is its center*\n\
970 number of corners: always 4*\n\
980 $1 to $8 corner X, Y*\n\
990 $9 Rotation angle, in degrees counterclockwise*\n\
1000 create outline with 4 corners*\n\
1014,1,4,$1,$2,$3,$4,$5,$6,$7,$8,$1,$2,$9*%\n"
105#define APER_MACRO_OUTLINE5P_NAME "Outline5P"
107#define APER_MACRO_OUTLINE5P_HEADER \
1090 Free polygon, 5 corners , with rotation*\n\
1100 The origin of the aperture is its center*\n\
1110 number of corners: always 5*\n\
1120 $1 to $10 corner X, Y*\n\
1130 $11 Rotation angle, in degrees counterclockwise*\n\
1140 create outline with 5 corners*\n\
1154,1,5,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$1,$2,$11*%\n"
119#define APER_MACRO_OUTLINE6P_NAME "Outline6P"
121#define APER_MACRO_OUTLINE6P_HEADER \
1230 Free polygon, 6 corners , with rotation*\n\
1240 The origin of the aperture is its center*\n\
1250 number of corners: always 6*\n\
1260 $1 to $12 corner X, Y*\n\
1270 $13 Rotation angle, in degrees counterclockwise*\n\
1280 create outline with 6 corners*\n\
1294,1,6,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$1,$2,$13*%\n"
133#define APER_MACRO_OUTLINE7P_NAME "Outline7P"
135#define APER_MACRO_OUTLINE7P_HEADER \
1370 Free polygon, 7 corners , with rotation*\n\
1380 The origin of the aperture is its center*\n\
1390 number of corners: always 7*\n\
1400 $1 to $14 corner X, Y*\n\
1410 $15 Rotation angle, in degrees counterclockwise*\n\
1420 create outline with 7 corners*\n\
1434,1,7,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$1,$2,$15*%\n"
147#define APER_MACRO_OUTLINE8P_NAME "Outline8P"
149#define APER_MACRO_OUTLINE8P_HEADER \
1510 Free polygon, 8 corners , with rotation*\n\
1520 The origin of the aperture is its center*\n\
1530 number of corners: always 8*\n\
1540 $1 to $16 corner X, Y*\n\
1550 $17 Rotation angle, in degrees counterclockwise*\n\
1560 create outline with 8 corners*\n\
1574,1,8,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$1,$2,$17*%\n"