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

Free or component track segment (FT / CT). All coordinates are in mils. More...

#include <autotrax_model.h>

Public Attributes

double x1 = 0
 
double y1 = 0
 
double x2 = 0
 
double y2 = 0
 
double width = 0
 
int layer = 0
 

Detailed Description

Free or component track segment (FT / CT). All coordinates are in mils.

Definition at line 63 of file autotrax_model.h.

Member Data Documentation

◆ layer

int AUTOTRAX::TRACK::layer = 0

◆ width

double AUTOTRAX::TRACK::width = 0

Definition at line 69 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitTrack(), and AUTOTRAX_PARSER::parseTrack().

◆ x1

double AUTOTRAX::TRACK::x1 = 0

Definition at line 65 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitTrack(), and AUTOTRAX_PARSER::parseTrack().

◆ x2

double AUTOTRAX::TRACK::x2 = 0

Definition at line 67 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitTrack(), and AUTOTRAX_PARSER::parseTrack().

◆ y1

double AUTOTRAX::TRACK::y1 = 0

◆ y2

double AUTOTRAX::TRACK::y2 = 0

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