2 #include "core/tool.hpp"
8 using ToolBase::ToolBase;
12 std::set<InToolActionID> get_actions()
const override
14 using I = InToolActionID;
25 void update_polygon(
const Coordi &c);
26 void create_polygon(
const Coordi &c);
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition: polygon.hpp:27