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 format units to KiCad internal units (nanometers). More...
 

Enumerations

enum class  PADS_UNIT_TYPE { MILS , METRIC , INCHES }
 Unit types supported by PADS file formats. More...
 

Enumeration Type Documentation

◆ PADS_UNIT_TYPE

enum class PADS_UNIT_TYPE
strong

Unit types supported by PADS file formats.

Enumerator
MILS 

Thousandths of an inch (1 mil = 0.001 inch)

METRIC 

Millimeters.

INCHES 

Inches.

Definition at line 31 of file pads_unit_converter.h.