KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FABMASTER::FM_PAD_LAYER Struct Reference

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
 

Detailed Description

Per-layer pad geometry within a pad stack.

Definition at line 105 of file import_fabmaster.h.

Member Data Documentation

◆ custom_name

std::string FABMASTER::FM_PAD_LAYER::custom_name

Definition at line 108 of file import_fabmaster.h.

Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().

◆ height

int FABMASTER::FM_PAD_LAYER::height = 0

Definition at line 111 of file import_fabmaster.h.

Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().

◆ is_octogon

bool FABMASTER::FM_PAD_LAYER::is_octogon = false

Definition at line 109 of file import_fabmaster.h.

Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().

◆ shape

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().

◆ width

int FABMASTER::FM_PAD_LAYER::width = 0

Definition at line 110 of file import_fabmaster.h.

Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().

◆ x_offset

int FABMASTER::FM_PAD_LAYER::x_offset = 0

Definition at line 112 of file import_fabmaster.h.

Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().

◆ y_offset

int FABMASTER::FM_PAD_LAYER::y_offset = 0

Definition at line 113 of file import_fabmaster.h.

Referenced by FABMASTER::loadFootprints(), and FABMASTER::processPadStacks().


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