KiCad PCB EDA Suite
Loading...
Searching...
No Matches
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

Definition at line 70 of file autotrax_model.h.

◆ width

double AUTOTRAX::TRACK::width = 0

Definition at line 69 of file autotrax_model.h.

◆ x1

double AUTOTRAX::TRACK::x1 = 0

Definition at line 65 of file autotrax_model.h.

◆ x2

double AUTOTRAX::TRACK::x2 = 0

Definition at line 67 of file autotrax_model.h.

◆ y1

double AUTOTRAX::TRACK::y1 = 0

Definition at line 66 of file autotrax_model.h.

◆ y2

double AUTOTRAX::TRACK::y2 = 0

Definition at line 68 of file autotrax_model.h.


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