|
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 447 of file import_fabmaster.h.
| bool FABMASTER::FM_VIA::mirror |
! VIA_MIRROR (VIA_MIRROR is an optional component)
Definition at line 454 of file import_fabmaster.h.
| std::string FABMASTER::FM_VIA::net |
! NET_NAME
Definition at line 452 of file import_fabmaster.h.
| std::string FABMASTER::FM_VIA::padstack |
! PAD_STACK_NAME
Definition at line 451 of file import_fabmaster.h.
| bool FABMASTER::FM_VIA::test_point |
! TEST_POINT
Definition at line 453 of file import_fabmaster.h.
| int FABMASTER::FM_VIA::x |
! VIA_X
Definition at line 449 of file import_fabmaster.h.
| int FABMASTER::FM_VIA::y |
! VIA_Y
Definition at line 450 of file import_fabmaster.h.