|
KiCad PCB EDA Suite
|
A polyline that may contain arc segments, used for board outlines and graphics. More...
#include <pads_parser.h>
Public Attributes | |
| int | layer |
| double | width |
| bool | closed |
| std::vector< ARC_POINT > | points |
A polyline that may contain arc segments, used for board outlines and graphics.
Definition at line 522 of file pads_parser.h.
| bool PADS_IO::POLYLINE::closed |
Definition at line 526 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseBoardOutlineDirect(), PADS_IO::PARSER::parseSectionBOARD(), and PADS_IO::PARSER::parseSectionLINES().
| int PADS_IO::POLYLINE::layer |
Definition at line 524 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseBoardOutlineDirect(), PADS_IO::PARSER::parseSectionBOARD(), and PADS_IO::PARSER::parseSectionLINES().
| std::vector<ARC_POINT> PADS_IO::POLYLINE::points |
Definition at line 527 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseBoardOutlineDirect(), PADS_IO::PARSER::parseSectionBOARD(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::POLYLINE::width |
Definition at line 525 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseBoardOutlineDirect(), PADS_IO::PARSER::parseSectionBOARD(), and PADS_IO::PARSER::parseSectionLINES().