14 enum class Mode { CENTER, CORNER };
15 enum class Decoration { NONE, CHAMFER, NOTCH };
17 Mode mode = Mode::CENTER;
18 Decoration decoration = Decoration::NONE;
19 int decoration_pos = 0;
23 uint64_t decoration_size = 1_mm;
24 int64_t corner_radius = 0;
28 void update_polygon();
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition: polygon.hpp:27
Where Tools and and documents meet.
Definition: core.hpp:232