KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::GRAPHIC_LINE Struct Reference

Non-electrical drawing item from the LINES section (type=LINES). More...

#include <pads_parser.h>

Public Attributes

std::string name
 
int layer = 0
 
double width = 0.0
 
LINE_STYLE style = LINE_STYLE::SOLID
 
bool closed = false
 
bool filled = false
 
std::vector< ARC_POINTpoints
 
std::string reuse_instance
 

Detailed Description

Non-electrical drawing item from the LINES section (type=LINES).

Definition at line 507 of file pads_parser.h.

Member Data Documentation

◆ closed

bool PADS_IO::GRAPHIC_LINE::closed = false

◆ filled

bool PADS_IO::GRAPHIC_LINE::filled = false

Definition at line 514 of file pads_parser.h.

◆ layer

int PADS_IO::GRAPHIC_LINE::layer = 0

◆ name

std::string PADS_IO::GRAPHIC_LINE::name

◆ points

std::vector<ARC_POINT> PADS_IO::GRAPHIC_LINE::points

◆ reuse_instance

std::string PADS_IO::GRAPHIC_LINE::reuse_instance

Definition at line 516 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLINES().

◆ style

LINE_STYLE PADS_IO::GRAPHIC_LINE::style = LINE_STYLE::SOLID

Definition at line 512 of file pads_parser.h.

◆ width

double PADS_IO::GRAPHIC_LINE::width = 0.0

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