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

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
 

Detailed Description

Free or component rectangular fill (FF / CF), Autotrax's only pour.

Definition at line 113 of file autotrax_model.h.

Member Data Documentation

◆ layer

int AUTOTRAX::FILL::layer = 0

◆ x1

double AUTOTRAX::FILL::x1 = 0

Definition at line 115 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().

◆ x2

double AUTOTRAX::FILL::x2 = 0

Definition at line 117 of file autotrax_model.h.

Referenced by PCB_IO_AUTOTRAX::emitFill(), and AUTOTRAX_PARSER::parseFill().

◆ y1

double AUTOTRAX::FILL::y1 = 0

◆ y2

double AUTOTRAX::FILL::y2 = 0

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