![]() |
KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | D_CODE |
D_CODE holds a gerber DCODE (also called Aperture) definition. More... | |
Macros | |
#define | FIRST_DCODE 10 |
#define | LAST_DCODE 10000 |
#define | TOOLS_MAX_COUNT (LAST_DCODE + 1) |
Enumerations | |
enum | APERTURE_T { APT_CIRCLE = 'C', APT_RECT = 'R', APT_OVAL = '0', APT_POLYGON = 'P', APT_MACRO = 'M' } |
Enum APERTURE_T is the set of all gerber aperture types allowed, according to page 16 of http://gerbv.sourceforge.net/docs/rs274xrevd_e.pdf. More... | |
enum | APERTURE_DEF_HOLETYPE { APT_DEF_NO_HOLE = 0, APT_DEF_ROUND_HOLE, APT_DEF_RECT_HOLE } |
#define TOOLS_MAX_COUNT (LAST_DCODE + 1) |
Enumerator | |
---|---|
APT_DEF_NO_HOLE | |
APT_DEF_ROUND_HOLE | |
APT_DEF_RECT_HOLE |
enum APERTURE_T |
Enum APERTURE_T is the set of all gerber aperture types allowed, according to page 16 of http://gerbv.sourceforge.net/docs/rs274xrevd_e.pdf.
Enumerator | |
---|---|
APT_CIRCLE | |
APT_RECT | |
APT_OVAL | |
APT_POLYGON | |
APT_MACRO |
Definition at line 50 of file dcode.h.