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

#include <export_to_pcbnew.h>

Public Member Functions

 EXPORT_VIA (const VECTOR2I &aPos, int aSize, int aDrill)
 

Public Attributes

VECTOR2I m_Pos
 
int m_Size
 
int m_Drill
 

Detailed Description

Definition at line 29 of file export_to_pcbnew.h.

Constructor & Destructor Documentation

◆ EXPORT_VIA()

EXPORT_VIA::EXPORT_VIA ( const VECTOR2I aPos,
int  aSize,
int  aDrill 
)
inline

Definition at line 31 of file export_to_pcbnew.h.

Member Data Documentation

◆ m_Drill

int EXPORT_VIA::m_Drill

Definition at line 39 of file export_to_pcbnew.h.

Referenced by GBR_TO_PCB_EXPORTER::export_via().

◆ m_Pos

VECTOR2I EXPORT_VIA::m_Pos

Definition at line 37 of file export_to_pcbnew.h.

Referenced by GBR_TO_PCB_EXPORTER::export_via().

◆ m_Size

int EXPORT_VIA::m_Size

Definition at line 38 of file export_to_pcbnew.h.

Referenced by GBR_TO_PCB_EXPORTER::export_via().


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