|
KiCad PCB EDA Suite
|
The copper geometry of one padstack layer, as Hyperlynx describes it in a PADSTACK entry. More...
Public Member Functions | |
| bool | operator== (const HYPERLYNX_PAD_SHAPE &aOther) const =default |
Public Attributes | |
| PAD_SHAPE | m_shape |
| int | m_sx |
| int | m_sy |
The copper geometry of one padstack layer, as Hyperlynx describes it in a PADSTACK entry.
Definition at line 58 of file export_hyperlynx.cpp.
|
default |
| PAD_SHAPE HYPERLYNX_PAD_SHAPE::m_shape |
Definition at line 60 of file export_hyperlynx.cpp.
Referenced by HYPERLYNX_EXPORTER::formatPadShape().
| int HYPERLYNX_PAD_SHAPE::m_sx |
Definition at line 61 of file export_hyperlynx.cpp.
Referenced by HYPERLYNX_EXPORTER::formatPadShape().
| int HYPERLYNX_PAD_SHAPE::m_sy |
Definition at line 62 of file export_hyperlynx.cpp.
Referenced by HYPERLYNX_EXPORTER::formatPadShape().