|
KiCad PCB EDA Suite
|
The identity of the copper on one padstack layer. More...
Public Member Functions | |
| bool | operator== (const SPECCTRA_SHAPE_ID &aOther) const =default |
Public Attributes | |
| std::string | m_family |
| Shape family, eg "Round". | |
| std::string | m_dims |
| Dimensions, unique within a family. | |
| std::string | m_offset |
| Hole-to-copper offset, empty when centred. | |
The identity of the copper on one padstack layer.
Two padstacks whose identities differ on any layer must not share a padstack id.
Definition at line 254 of file specctra_export.cpp.
|
default |
| std::string DSN::SPECCTRA_SHAPE_ID::m_dims |
Dimensions, unique within a family.
Definition at line 257 of file specctra_export.cpp.
| std::string DSN::SPECCTRA_SHAPE_ID::m_family |
Shape family, eg "Round".
Definition at line 256 of file specctra_export.cpp.
| std::string DSN::SPECCTRA_SHAPE_ID::m_offset |
Hole-to-copper offset, empty when centred.
Definition at line 258 of file specctra_export.cpp.