|
KiCad PCB EDA Suite
|
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 |
Free or component track segment (FT / CT). All coordinates are in mils.
Definition at line 63 of file autotrax_model.h.
| int AUTOTRAX::TRACK::layer = 0 |
Definition at line 70 of file autotrax_model.h.
| double AUTOTRAX::TRACK::width = 0 |
Definition at line 69 of file autotrax_model.h.
| double AUTOTRAX::TRACK::x1 = 0 |
Definition at line 65 of file autotrax_model.h.
| double AUTOTRAX::TRACK::x2 = 0 |
Definition at line 67 of file autotrax_model.h.
| double AUTOTRAX::TRACK::y1 = 0 |
Definition at line 66 of file autotrax_model.h.
| double AUTOTRAX::TRACK::y2 = 0 |
Definition at line 68 of file autotrax_model.h.