3 #include "tool_helper_merge.hpp"
4 #include "tool_helper_draw_net_setting.hpp"
22 class LineNet *temp_line_head = 0;
23 class LineNet *temp_line_mid = 0;
25 enum class BendMode { XY, YX, ARB };
26 BendMode bend_mode = BendMode::XY;
27 void move_temp_junc(
const Coordi &c);
29 void restart(
const Coordi &c);
31 class Component *component_floating =
nullptr;
32 UUIDPath<2> connpath_floating;
33 class SymbolPin *pin_start =
nullptr;
35 Junction *make_temp_junc(
const Coordi &c);
36 void apply_settings()
override;
LineNet is similar to Line, except it denotes electrical connection.
Definition: line_net.hpp:24
Displays the junction's Net name it is attached to.
Definition: net_label.hpp:21
Where Tools and and documents meet.
Definition: core.hpp:240
A Junction is a point in 2D-Space.
Definition: junction.hpp:25