KiCad PCB EDA Suite
|
Go to the source code of this file.
Enumerations | |
enum | ERROR_LOC { ERROR_OUTSIDE = 0 , ERROR_INSIDE } |
When approximating an arc or circle, should the error be placed on the outside or inside of the curve? (Generally speaking filled shape errors go on the inside and knockout errors go on the outside. More... | |
enum ERROR_LOC |
When approximating an arc or circle, should the error be placed on the outside or inside of the curve? (Generally speaking filled shape errors go on the inside and knockout errors go on the outside.
This preserves minimum clearances.)
Enumerator | |
---|---|
ERROR_OUTSIDE | |
ERROR_INSIDE |
Definition at line 31 of file approximation.h.