KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::PARAMETERS Struct Reference

#include <pads_parser.h>

Public Attributes

UNIT_TYPE units = UNIT_TYPE::MILS
 
int layer_count = 2
 
POINT origin = {0, 0}
 
double user_grid = 0.0
 USERGRID.
 
double thermal_line_width = 30.0
 THERLINEWID, THT.
 
double thermal_smd_width = 20.0
 THERSMDWID, SMD.
 
int thermal_flags = 0
 THERFLAGS.
 
double thermal_min_clearance = 5.0
 STMINCLEAR.
 
int thermal_min_spokes = 4
 STMINSPOKES.
 
double drill_oversize = 0.0
 DRLOVERSIZE, plated holes.
 
std::string default_signal_via
 VIAPSHVIA.
 

Detailed Description

Definition at line 112 of file pads_parser.h.

Member Data Documentation

◆ default_signal_via

std::string PADS_IO::PARAMETERS::default_signal_via

VIAPSHVIA.

Definition at line 127 of file pads_parser.h.

◆ drill_oversize

double PADS_IO::PARAMETERS::drill_oversize = 0.0

DRLOVERSIZE, plated holes.

Definition at line 125 of file pads_parser.h.

◆ layer_count

int PADS_IO::PARAMETERS::layer_count = 2

Definition at line 115 of file pads_parser.h.

◆ origin

POINT PADS_IO::PARAMETERS::origin = {0, 0}

Definition at line 116 of file pads_parser.h.

◆ thermal_flags

int PADS_IO::PARAMETERS::thermal_flags = 0

THERFLAGS.

Definition at line 121 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ thermal_line_width

double PADS_IO::PARAMETERS::thermal_line_width = 30.0

THERLINEWID, THT.

Definition at line 119 of file pads_parser.h.

Referenced by PADS_PCB_CONVERTER::ApplyPourSettings(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ thermal_min_clearance

double PADS_IO::PARAMETERS::thermal_min_clearance = 5.0

STMINCLEAR.

Definition at line 122 of file pads_parser.h.

Referenced by PADS_PCB_CONVERTER::ApplyPourSettings(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ thermal_min_spokes

int PADS_IO::PARAMETERS::thermal_min_spokes = 4

STMINSPOKES.

Definition at line 123 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ thermal_smd_width

double PADS_IO::PARAMETERS::thermal_smd_width = 20.0

THERSMDWID, SMD.

Definition at line 120 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().

◆ units

UNIT_TYPE PADS_IO::PARAMETERS::units = UNIT_TYPE::MILS

Definition at line 114 of file pads_parser.h.

◆ user_grid

double PADS_IO::PARAMETERS::user_grid = 0.0

USERGRID.

Definition at line 117 of file pads_parser.h.


The documentation for this struct was generated from the following file: