|
KiCad PCB EDA Suite
|
Free or component rectangular fill (FF / CF), Autotrax's only pour. More...
#include <autotrax_model.h>
Public Attributes | |
| double | x1 = 0 |
| double | y1 = 0 |
| double | x2 = 0 |
| double | y2 = 0 |
| int | layer = 0 |
Free or component rectangular fill (FF / CF), Autotrax's only pour.
Definition at line 113 of file autotrax_model.h.
| int AUTOTRAX::FILL::layer = 0 |
Definition at line 119 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildBoard(), PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().
| double AUTOTRAX::FILL::x1 = 0 |
Definition at line 115 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().
| double AUTOTRAX::FILL::x2 = 0 |
Definition at line 117 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().
| double AUTOTRAX::FILL::y1 = 0 |
Definition at line 116 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildBoard(), PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().
| double AUTOTRAX::FILL::y2 = 0 |
Definition at line 118 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildBoard(), PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().