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

Eagle dimension element. More...

#include <eagle_parser.h>

Public Member Functions

 EDIMENSION (wxXmlNode *aDimension)
 

Public Attributes

ECOORD x1
 
ECOORD y1
 
ECOORD x2
 
ECOORD y2
 
ECOORD x3
 
ECOORD y3
 
opt_ecoord textsize
 
int layer
 
opt_wxString dimensionType
 

Detailed Description

Eagle dimension element.

Definition at line 626 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDIMENSION()

EDIMENSION::EDIMENSION ( wxXmlNode *  aDimension)

Definition at line 659 of file eagle_parser.cpp.

References dimensionType, layer, textsize, x1, x2, x3, y1, y2, and y3.

Member Data Documentation

◆ dimensionType

opt_wxString EDIMENSION::dimensionType

Definition at line 636 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ layer

int EDIMENSION::layer

Definition at line 635 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ textsize

opt_ecoord EDIMENSION::textsize

Definition at line 634 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ x1

ECOORD EDIMENSION::x1

Definition at line 628 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ x2

ECOORD EDIMENSION::x2

Definition at line 630 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ x3

ECOORD EDIMENSION::x3

Definition at line 632 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ y1

ECOORD EDIMENSION::y1

Definition at line 629 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ y2

ECOORD EDIMENSION::y2

Definition at line 631 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ y3

ECOORD EDIMENSION::y3

Definition at line 633 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().


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