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

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_POINToutline
 

Detailed Description

Standalone copper area from the LINES section (type=COPPER), not part of a pour.

Definition at line 538 of file pads_parser.h.

Member Data Documentation

◆ filled

bool PADS_IO::COPPER_SHAPE::filled = false

◆ is_cutout

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().

◆ layer

int PADS_IO::COPPER_SHAPE::layer = 0

◆ name

std::string PADS_IO::COPPER_SHAPE::name

◆ net_name

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().

◆ outline

std::vector<ARC_POINT> PADS_IO::COPPER_SHAPE::outline

◆ width

double PADS_IO::COPPER_SHAPE::width = 0.0

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