KiCad PCB EDA Suite
Loading...
Searching...
No Matches
HYPERLYNX_PAD_SHAPE Struct Reference

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
 

Detailed Description

The copper geometry of one padstack layer, as Hyperlynx describes it in a PADSTACK entry.

Definition at line 58 of file export_hyperlynx.cpp.

Member Function Documentation

◆ operator==()

bool HYPERLYNX_PAD_SHAPE::operator== ( const HYPERLYNX_PAD_SHAPE & aOther) const
default

Member Data Documentation

◆ m_shape

PAD_SHAPE HYPERLYNX_PAD_SHAPE::m_shape

Definition at line 60 of file export_hyperlynx.cpp.

Referenced by HYPERLYNX_EXPORTER::formatPadShape().

◆ m_sx

int HYPERLYNX_PAD_SHAPE::m_sx

Definition at line 61 of file export_hyperlynx.cpp.

Referenced by HYPERLYNX_EXPORTER::formatPadShape().

◆ m_sy

int HYPERLYNX_PAD_SHAPE::m_sy

Definition at line 62 of file export_hyperlynx.cpp.

Referenced by HYPERLYNX_EXPORTER::formatPadShape().


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