#include <vector>
#include <gal/color4d.h>
#include <geometry/shape_poly_set.h>
Go to the source code of this file.
|
class | D_CODE |
| A gerber DCODE (also called Aperture) definition. More...
|
|
◆ FIRST_DCODE
◆ LAST_DCODE
◆ TOOLS_MAX_COUNT
◆ APERTURE_DEF_HOLETYPE
Enumerator |
---|
APT_DEF_NO_HOLE | |
APT_DEF_ROUND_HOLE | |
APT_DEF_RECT_HOLE | |
Definition at line 60 of file dcode.h.
◆ APERTURE_T
The set of all gerber aperture types allowed from ADD dcode command, like ADD11C,0.304800*% to add a DCode number 11, circle shape.
Enumerator |
---|
APT_CIRCLE | |
APT_RECT | |
APT_OVAL | |
APT_POLYGON | |
APT_MACRO | |
Definition at line 48 of file dcode.h.