|
KiCad PCB EDA Suite
|
Public Attributes | |
| int | x |
| ! VIA_X | |
| int | y |
| ! VIA_Y | |
| std::string | padstack |
| ! PAD_STACK_NAME | |
| std::string | net |
| ! NET_NAME | |
| bool | test_point |
| ! TEST_POINT | |
| bool | mirror |
| ! VIA_MIRROR (VIA_MIRROR is an optional component) | |
Definition at line 431 of file import_fabmaster.h.
| bool FABMASTER::FM_VIA::mirror |
! VIA_MIRROR (VIA_MIRROR is an optional component)
Definition at line 438 of file import_fabmaster.h.
| std::string FABMASTER::FM_VIA::net |
! NET_NAME
Definition at line 436 of file import_fabmaster.h.
| std::string FABMASTER::FM_VIA::padstack |
! PAD_STACK_NAME
Definition at line 435 of file import_fabmaster.h.
| bool FABMASTER::FM_VIA::test_point |
! TEST_POINT
Definition at line 437 of file import_fabmaster.h.
| int FABMASTER::FM_VIA::x |
! VIA_X
Definition at line 433 of file import_fabmaster.h.
| int FABMASTER::FM_VIA::y |
! VIA_Y
Definition at line 434 of file import_fabmaster.h.