PCB-FPW developer documentation based on version: 0.0.11

Data Fields

PinType Struct Reference

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

Detailed Description

Holds information about one through hole pin entity.

Definition at line 291 of file pcb_globals.h.


Field Documentation

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().

Pin name.

Definition at line 306 of file pcb_globals.h.

Referenced by create_new_pin().

Pin number.

Definition at line 308 of file pcb_globals.h.

Referenced by create_new_pin().

Diameter of annulus.

Definition at line 295 of file pcb_globals.h.

Referenced by create_new_pin().

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().


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