Go to the source code of this file.
◆ DUMP_POLYS_TO_COPPER_LAYER
#define DUMP_POLYS_TO_COPPER_LAYER |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
Value: { if( m_debugZoneFiller && aDebugLayer == b ) \
{ \
m_board->SetLayerName( b, c ); \
aFillPolys = d; \
return false; \
} \
}
Represent a set of closed polygons.
void Fracture(POLYGON_MODE aFastMode)
Convert a set of polygons with holes to a single outline with "slits"/"fractures" connecting the oute...
Definition at line 1615 of file zone_filler.cpp.
◆ SMOOTH_MIN_VAL_MM
#define SMOOTH_MIN_VAL_MM 0.02 |
◆ SMOOTH_SMALL_VAL_MM
#define SMOOTH_SMALL_VAL_MM 0.04 |