|
KiCad PCB EDA Suite
|
Per-layer pad geometry within a pad stack. More...
Public Attributes | |
| PAD_SHAPE | shape = PAD_SHAPE::CIRCLE |
| std::string | custom_name |
| bool | is_octogon = false |
| int | width = 0 |
| int | height = 0 |
| int | x_offset = 0 |
| int | y_offset = 0 |
Per-layer pad geometry within a pad stack.
Definition at line 105 of file import_fabmaster.h.
| std::string FABMASTER::FM_PAD_LAYER::custom_name |
Definition at line 108 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().
| int FABMASTER::FM_PAD_LAYER::height = 0 |
Definition at line 111 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().
| bool FABMASTER::FM_PAD_LAYER::is_octogon = false |
Definition at line 109 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().
| PAD_SHAPE FABMASTER::FM_PAD_LAYER::shape = PAD_SHAPE::CIRCLE |
Definition at line 107 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().
| int FABMASTER::FM_PAD_LAYER::width = 0 |
Definition at line 110 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().
| int FABMASTER::FM_PAD_LAYER::x_offset = 0 |
Definition at line 112 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().
| int FABMASTER::FM_PAD_LAYER::y_offset = 0 |
Definition at line 113 of file import_fabmaster.h.
Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().