KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pads_unit_converter.h File Reference
#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 }
 

Enumeration Type Documentation

◆ PADS_UNIT_TYPE

enum class PADS_UNIT_TYPE
strong
Enumerator
MILS 

Thousandths of an inch.

METRIC 

Millimeters.

INCHES 

Definition at line 28 of file pads_unit_converter.h.