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

Teardrop parameters for a route point. More...

#include <pads_parser.h>

Public Attributes

double pad_width = 0.0
 Teardrop width at pad side.
 
double pad_length = 0.0
 Teardrop length toward pad.
 
int pad_flags = 0
 Pad-side teardrop flags.
 
double net_width = 0.0
 Teardrop width at net side.
 
double net_length = 0.0
 Teardrop length toward net.
 
int net_flags = 0
 Net-side teardrop flags.
 
bool has_pad_teardrop = false
 
bool has_net_teardrop = false
 

Detailed Description

Teardrop parameters for a route point.

Definition at line 233 of file pads_parser.h.

Member Data Documentation

◆ has_net_teardrop

bool PADS_IO::TEARDROP::has_net_teardrop = false

Definition at line 242 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 241 of file pads_parser.h.

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

◆ net_flags

int PADS_IO::TEARDROP::net_flags = 0

Net-side teardrop flags.

Definition at line 240 of file pads_parser.h.

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

◆ net_length

double PADS_IO::TEARDROP::net_length = 0.0

Teardrop length toward net.

Definition at line 239 of file pads_parser.h.

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

◆ net_width

double PADS_IO::TEARDROP::net_width = 0.0

Teardrop width at net side.

Definition at line 238 of file pads_parser.h.

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

◆ pad_flags

int PADS_IO::TEARDROP::pad_flags = 0

Pad-side teardrop flags.

Definition at line 237 of file pads_parser.h.

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

◆ pad_length

double PADS_IO::TEARDROP::pad_length = 0.0

Teardrop length toward pad.

Definition at line 236 of file pads_parser.h.

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

◆ pad_width

double PADS_IO::TEARDROP::pad_width = 0.0

Teardrop width at pad side.

Definition at line 235 of file pads_parser.h.

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


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