Holds information about one through hole pin entity. More...
#include <pcb_globals.h>
Data Fields | |
ANYOBJECTFIELDS | |
BDimension | Thickness |
BDimension | Clearance |
BDimension | Mask |
BDimension | DrillingHole |
LocationType | X |
LocationType | Y |
char * | Name |
char * | Number |
void * | Element |
void * | Spare |
Holds information about one through hole pin entity.
Definition at line 291 of file pcb_globals.h.
Clearance with polygons.
Definition at line 297 of file pcb_globals.h.
Referenced by create_new_pin().
Diameter of drill hole.
Definition at line 300 of file pcb_globals.h.
Referenced by create_new_pin().
char* PinType::Name |
char* PinType::Number |
LocationType PinType::X |
X-value of center point.
Definition at line 302 of file pcb_globals.h.
Referenced by create_new_pin().
LocationType PinType::Y |
Y-value of center point.
Definition at line 304 of file pcb_globals.h.
Referenced by create_new_pin().