|
KiCad PCB EDA Suite
|
Public Member Functions | |
| CLIP_LINE_TO_VIA_FIXTURE () | |
| std::unique_ptr< PCB_VIA > | MakeVia (const VECTOR2I &aCenter) |
| std::unique_ptr< PAD > | MakeCircularPad (const VECTOR2I &aCenter) |
Public Attributes | |
| BOARD | m_board |
| FOOTPRINT | m_footprint { &m_board } |
Definition at line 30 of file test_clip_line_to_via.cpp.
|
inline |
Definition at line 32 of file test_clip_line_to_via.cpp.
References m_board.
Definition at line 52 of file test_clip_line_to_via.cpp.
References PADSTACK::ALL_LAYERS, CIRCLE, F_Cu, m_footprint, PADSTACK::NORMAL, pad, and PTH.
Definition at line 39 of file test_clip_line_to_via.cpp.
References PADSTACK::ALL_LAYERS, B_Cu, F_Cu, m_board, PADSTACK::NORMAL, and via.
| BOARD CLIP_LINE_TO_VIA_FIXTURE::m_board |
Definition at line 64 of file test_clip_line_to_via.cpp.
Referenced by CLIP_LINE_TO_VIA_FIXTURE(), and MakeVia().
Definition at line 65 of file test_clip_line_to_via.cpp.
Referenced by MakeCircularPad().