pcb 4.1.1
An interactive printed circuit board layout editor.
|
Structure to represent a single hole. More...
Data Fields | |
double | x |
double | y |
int | cx |
int | cy |
int | is_plated |
int drill_hole::cx |
Definition at line 131 of file gsvit.c.
Referenced by add_hole().
int drill_hole::cy |
Definition at line 132 of file gsvit.c.
Referenced by add_hole().
Definition at line 133 of file gsvit.c.
Referenced by add_hole().
double drill_hole::x |
Definition at line 149 of file gcode.c.
Referenced by add_hole(), gcode_do_export(), and sort_drill().
double drill_hole::y |
Definition at line 150 of file gcode.c.
Referenced by add_hole(), gcode_do_export(), and sort_drill().