#include <mutex>
#include <array>
#include <optional>
#include <board_connected_item.h>
#include <core/arraydim.h>
#include <core/mirror.h>
#include <geometry/eda_angle.h>
#include <geometry/shape_poly_set.h>
#include <geometry/shape_compound.h>
#include <lset.h>
#include <padstack.h>
#include <zones.h>
Go to the source code of this file.
|
| namespace | KIGFX |
| | The Cairo implementation of the graphics abstraction layer.
|
| |
◆ PAD_SIM_ELECTRICAL_TYPE
The electrical type of a pad.
| Enumerator |
|---|
| NONE | |
| SOURCE | |
| SINK | |
Definition at line 56 of file pad.h.