|
KiCad PCB EDA Suite
|
Free or component pad/pin (FP / CP). More...
#include <autotrax_model.h>
Public Attributes | |
| double | x = 0 |
| double | y = 0 |
| double | xSize = 0 |
| double | ySize = 0 |
| int | shape = 0 |
| 1 round, 2 rect, 3 octagon, 4 round-rect | |
| double | drill = 0 |
| int | planeFlags = 0 |
| int | layer = 0 |
| wxString | name |
Free or component pad/pin (FP / CP).
Definition at line 98 of file autotrax_model.h.
| double AUTOTRAX::PAD::drill = 0 |
Definition at line 105 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| int AUTOTRAX::PAD::layer = 0 |
Definition at line 107 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildBoard(), PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| wxString AUTOTRAX::PAD::name |
Definition at line 108 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| int AUTOTRAX::PAD::planeFlags = 0 |
Definition at line 106 of file autotrax_model.h.
Referenced by AUTOTRAX_PARSER::parsePad().
| int AUTOTRAX::PAD::shape = 0 |
1 round, 2 rect, 3 octagon, 4 round-rect
Definition at line 104 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| double AUTOTRAX::PAD::x = 0 |
Definition at line 100 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| double AUTOTRAX::PAD::xSize = 0 |
Definition at line 102 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| double AUTOTRAX::PAD::y = 0 |
Definition at line 101 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildBoard(), PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().
| double AUTOTRAX::PAD::ySize = 0 |
Definition at line 103 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().