3 #include "tool_helper_line_width_setting.hpp" 18 void apply_settings()
override;
24 bool first_line =
true;
25 std::set<const Junction *> junctions_created;
26 enum class Mode { X, Y, ARB };
27 Mode mode = Mode::ARB;
28 void do_move(
const Coordi &c);
Graphical line.
Definition: line.hpp:19
Where Tools and and documents meet.
Definition: core.hpp:232
A Junction is a point in 2D-Space.
Definition: junction.hpp:25