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

A placed component (COMP .. ENDCOMP) holding its own primitives. More...

#include <autotrax_model.h>

Public Attributes

wxString refdes
 
wxString name
 
wxString value
 
double x = 0
 
double y = 0
 
std::vector< TRACKtracks
 
std::vector< ARCarcs
 
std::vector< VIAvias
 
std::vector< PADpads
 
std::vector< FILLfills
 
std::vector< TEXTtexts
 

Detailed Description

A placed component (COMP .. ENDCOMP) holding its own primitives.

Definition at line 137 of file autotrax_model.h.

Member Data Documentation

◆ arcs

std::vector<ARC> AUTOTRAX::COMPONENT::arcs

◆ fills

std::vector<FILL> AUTOTRAX::COMPONENT::fills

◆ name

wxString AUTOTRAX::COMPONENT::name

◆ pads

std::vector<PAD> AUTOTRAX::COMPONENT::pads

◆ refdes

wxString AUTOTRAX::COMPONENT::refdes

◆ texts

std::vector<TEXT> AUTOTRAX::COMPONENT::texts

◆ tracks

std::vector<TRACK> AUTOTRAX::COMPONENT::tracks

◆ value

wxString AUTOTRAX::COMPONENT::value

◆ vias

std::vector<VIA> AUTOTRAX::COMPONENT::vias

◆ x

double AUTOTRAX::COMPONENT::x = 0

◆ y

double AUTOTRAX::COMPONENT::y = 0

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