KiCad PCB EDA Suite
Loading...
Searching...
No Matches
approximation.h File Reference

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

Enumeration Type Documentation

◆ ERROR_LOC

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.