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

#include <pads_parser.h>

Public Attributes

std::string name
 
std::string net_name
 
int layer = 0
 
int priority = 0
 
double width = 0.0
 
std::vector< ARC_POINTpoints
 
bool is_cutout = false
 POCUT piece.
 
std::string owner_pour
 Parent pour, 7th header field.
 
POUR_STYLE style = POUR_STYLE::SOLID
 
double hatch_grid = 0.0
 
double hatch_width = 0.0
 
THERMAL_TYPE thermal_type = THERMAL_TYPE::NONE
 
double thermal_spoke_width = 0.0
 
int thermal_spoke_count = 4
 
double thermal_gap = 0.0
 

Detailed Description

Definition at line 354 of file pads_parser.h.

Member Data Documentation

◆ hatch_grid

double PADS_IO::POUR::hatch_grid = 0.0

Definition at line 365 of file pads_parser.h.

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

◆ hatch_width

double PADS_IO::POUR::hatch_width = 0.0

Definition at line 366 of file pads_parser.h.

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

◆ is_cutout

bool PADS_IO::POUR::is_cutout = false

◆ layer

◆ name

std::string PADS_IO::POUR::name

Definition at line 356 of file pads_parser.h.

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

◆ net_name

std::string PADS_IO::POUR::net_name

◆ owner_pour

std::string PADS_IO::POUR::owner_pour

◆ points

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

◆ priority

int PADS_IO::POUR::priority = 0

◆ style

POUR_STYLE PADS_IO::POUR::style = POUR_STYLE::SOLID

Definition at line 364 of file pads_parser.h.

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

◆ thermal_gap

double PADS_IO::POUR::thermal_gap = 0.0

Definition at line 371 of file pads_parser.h.

◆ thermal_spoke_count

int PADS_IO::POUR::thermal_spoke_count = 4

Definition at line 370 of file pads_parser.h.

◆ thermal_spoke_width

double PADS_IO::POUR::thermal_spoke_width = 0.0

Definition at line 369 of file pads_parser.h.

◆ thermal_type

THERMAL_TYPE PADS_IO::POUR::thermal_type = THERMAL_TYPE::NONE

Definition at line 368 of file pads_parser.h.

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

◆ width


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