Holds information about one arc entity. More...
#include <pcb_globals.h>
Data Fields | |
| ANYOBJECTFIELDS | |
| BDimension | Thickness |
| BDimension | Clearance |
| LocationType | Width |
| LocationType | Height |
| LocationType | X |
| LocationType | Y |
| long int | StartAngle |
| long int | Delta |
Holds information about one arc entity.
Definition at line 252 of file pcb_globals.h.
Clearance with polygons.
Definition at line 258 of file pcb_globals.h.
| long int ArcType::Delta |
limiting angle in degrees
Definition at line 270 of file pcb_globals.h.
Referenced by create_new_arc().
| LocationType ArcType::Height |
| long int ArcType::StartAngle |
limiting angle in degrees
Definition at line 268 of file pcb_globals.h.
Referenced by create_new_arc().
| LocationType ArcType::Width |
| LocationType ArcType::X |
X-value of center coordinate.
Definition at line 264 of file pcb_globals.h.
Referenced by create_new_arc().
| LocationType ArcType::Y |
Y-value of center coordinate.
Definition at line 266 of file pcb_globals.h.
Referenced by create_new_arc().
1.7.1