|
KiCad PCB EDA Suite
|
Standalone copper area from the LINES section (type=COPPER), not part of a pour. More...
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| std::string | net_name |
| Empty if unconnected. | |
| int | layer = 0 |
| double | width = 0.0 |
| For open polylines. | |
| bool | filled = false |
| COPCLS, COPCIR. | |
| bool | is_cutout = false |
| COPCUT, COPCCO. | |
| std::vector< ARC_POINT > | outline |
Standalone copper area from the LINES section (type=COPPER), not part of a pour.
Definition at line 538 of file pads_parser.h.
| bool PADS_IO::COPPER_SHAPE::filled = false |
COPCLS, COPCIR.
Definition at line 544 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadCopperShapes(), PADS_IO::BINARY_PARSER::parseCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().
| bool PADS_IO::COPPER_SHAPE::is_cutout = false |
COPCUT, COPCCO.
Definition at line 545 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().
| int PADS_IO::COPPER_SHAPE::layer = 0 |
Definition at line 542 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadCopperShapes(), PADS_IO::BINARY_PARSER::parseCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().
| std::string PADS_IO::COPPER_SHAPE::name |
Definition at line 540 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().
| std::string PADS_IO::COPPER_SHAPE::net_name |
Empty if unconnected.
Definition at line 541 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().
| std::vector<ARC_POINT> PADS_IO::COPPER_SHAPE::outline |
Definition at line 546 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadCopperShapes(), PADS_IO::BINARY_PARSER::parseCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::COPPER_SHAPE::width = 0.0 |
For open polylines.
Definition at line 543 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadCopperShapes(), PADS_IO::BINARY_PARSER::parseCopperShapes(), and PADS_IO::PARSER::parseSectionLINES().