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

#include <pads_parser.h>

Public Attributes

double pad_width = 0.0
 
double pad_length = 0.0
 
int pad_flags = 0
 
double net_width = 0.0
 
double net_length = 0.0
 
int net_flags = 0
 
bool has_pad_teardrop = false
 
bool has_net_teardrop = false
 

Detailed Description

Definition at line 223 of file pads_parser.h.

Member Data Documentation

◆ has_net_teardrop

bool PADS_IO::TEARDROP::has_net_teardrop = false

Definition at line 232 of file pads_parser.h.

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

◆ has_pad_teardrop

bool PADS_IO::TEARDROP::has_pad_teardrop = false

Definition at line 231 of file pads_parser.h.

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

◆ net_flags

int PADS_IO::TEARDROP::net_flags = 0

Definition at line 230 of file pads_parser.h.

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

◆ net_length

double PADS_IO::TEARDROP::net_length = 0.0

Definition at line 229 of file pads_parser.h.

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

◆ net_width

double PADS_IO::TEARDROP::net_width = 0.0

Definition at line 228 of file pads_parser.h.

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

◆ pad_flags

int PADS_IO::TEARDROP::pad_flags = 0

Definition at line 227 of file pads_parser.h.

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

◆ pad_length

double PADS_IO::TEARDROP::pad_length = 0.0

Definition at line 226 of file pads_parser.h.

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

◆ pad_width

double PADS_IO::TEARDROP::pad_width = 0.0

Definition at line 225 of file pads_parser.h.

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


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