KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EPOLYGON Struct Reference

Eagle polygon, without vertices which are parsed as needed. More...

#include <eagle_parser.h>

Public Types

enum  { SOLID , HATCH , CUTOUT }
 

Public Member Functions

 EPOLYGON (wxXmlNode *aPolygon)
 

Public Attributes

ECOORD width
 
int layer
 
opt_ecoord spacing
 
int pour
 
opt_ecoord isolate
 
opt_bool orphans
 
opt_bool thermals
 
opt_int rank
 

Static Public Attributes

static const int max_priority = 6
 

Detailed Description

Eagle polygon, without vertices which are parsed as needed.

Definition at line 776 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SOLID 
HATCH 
CUTOUT 

Definition at line 789 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPOLYGON()

EPOLYGON::EPOLYGON ( wxXmlNode *  aPolygon)

Definition at line 919 of file eagle_parser.cpp.

References CUTOUT, HATCH, isolate, layer, orphans, pour, rank, SOLID, spacing, thermals, and width.

Member Data Documentation

◆ isolate

opt_ecoord EPOLYGON::isolate

Definition at line 795 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ layer

int EPOLYGON::layer

◆ max_priority

const int EPOLYGON::max_priority = 6
static

Definition at line 787 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadPolygon().

◆ orphans

opt_bool EPOLYGON::orphans

Definition at line 796 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ pour

int EPOLYGON::pour

◆ rank

opt_int EPOLYGON::rank

Definition at line 798 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ spacing

opt_ecoord EPOLYGON::spacing

Definition at line 780 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ thermals

opt_bool EPOLYGON::thermals

Definition at line 797 of file eagle_parser.h.

Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().

◆ width


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