3 #include "tool_helper_merge.hpp" 21 class LineNet *temp_line_head = 0;
22 class LineNet *temp_line_mid = 0;
24 enum class BendMode { XY, YX, ARB };
25 BendMode bend_mode = BendMode::XY;
26 void move_temp_junc(
const Coordi &c);
28 void restart(
const Coordi &c);
30 class Component *component_floating =
nullptr;
Definition: symbol.hpp:22
A Component is an instanced Entity in a Block.
Definition: component.hpp:39
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:249
A Junction is a point in 2D-Space.
Definition: junction.hpp:25