KiCad PCB EDA Suite
Loading...
Searching...
No Matches
AUTOTRAX::PAD Struct Reference

Free or component pad/pin (FP / CP). More...

#include <autotrax_model.h>

Public Attributes

double x = 0
 
double y = 0
 
double xSize = 0
 
double ySize = 0
 
int shape = 0
 1 round, 2 rect, 3 octagon, 4 round-rect
 
double drill = 0
 
int planeFlags = 0
 
int layer = 0
 
wxString name
 

Detailed Description

Free or component pad/pin (FP / CP).

Definition at line 98 of file autotrax_model.h.

Member Data Documentation

◆ drill

double AUTOTRAX::PAD::drill = 0

Definition at line 105 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().

◆ layer

int AUTOTRAX::PAD::layer = 0

◆ name

wxString AUTOTRAX::PAD::name

Definition at line 108 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().

◆ planeFlags

int AUTOTRAX::PAD::planeFlags = 0

Definition at line 106 of file autotrax_model.h.

Referenced by AUTOTRAX_PARSER::parsePad().

◆ shape

int AUTOTRAX::PAD::shape = 0

1 round, 2 rect, 3 octagon, 4 round-rect

Definition at line 104 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().

◆ x

double AUTOTRAX::PAD::x = 0

Definition at line 100 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().

◆ xSize

double AUTOTRAX::PAD::xSize = 0

Definition at line 102 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().

◆ y

double AUTOTRAX::PAD::y = 0

◆ ySize

double AUTOTRAX::PAD::ySize = 0

Definition at line 103 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitPad(), and AUTOTRAX_PARSER::parsePad().


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