KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DSN::SPECCTRA_SHAPE_ID Struct Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool DSN::SPECCTRA_SHAPE_ID::operator== ( const SPECCTRA_SHAPE_ID & aOther) const
default

Member Data Documentation

◆ m_dims

std::string DSN::SPECCTRA_SHAPE_ID::m_dims

Dimensions, unique within a family.

Definition at line 257 of file specctra_export.cpp.

◆ m_family

std::string DSN::SPECCTRA_SHAPE_ID::m_family

Shape family, eg "Round".

Definition at line 256 of file specctra_export.cpp.

◆ m_offset

std::string DSN::SPECCTRA_SHAPE_ID::m_offset

Hole-to-copper offset, empty when centred.

Definition at line 258 of file specctra_export.cpp.


The documentation for this struct was generated from the following file: