KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADSTACK::DRILL_PROPS Struct Reference

! The properties of a padstack drill. Drill position is always the pad position (origin). More...

#include <padstack.h>

Public Member Functions

bool operator== (const DRILL_PROPS &aOther) const
 

Public Attributes

VECTOR2I size
 Drill diameter (x == y) or slot dimensions (x != y)
 
PAD_DRILL_SHAPE shape
 
PCB_LAYER_ID start
 
PCB_LAYER_ID end
 

Detailed Description

! The properties of a padstack drill. Drill position is always the pad position (origin).

Definition at line 224 of file padstack.h.

Member Function Documentation

◆ operator==()

bool PADSTACK::DRILL_PROPS::operator== ( const DRILL_PROPS aOther) const

Definition at line 254 of file padstack.cpp.

References end, shape, size, and start.

Member Data Documentation

◆ end

◆ shape

◆ size

◆ start


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