|
KiCad PCB EDA Suite
|
#include <cstdint>#include <optional>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | PADS_UNIT_CONVERTER |
| Converts PADS file units (MILS, METRIC, INCHES, or internal BASIC database units) to KiCad internal units (nanometers). More... | |
Enumerations | |
| enum class | PADS_UNIT_TYPE { MILS , METRIC , INCHES } |
|
strong |
| Enumerator | |
|---|---|
| MILS | Thousandths of an inch. |
| METRIC | Millimeters. |
| INCHES | |
Definition at line 28 of file pads_unit_converter.h.