| 
    KiCad PCB EDA Suite
    
   | 
 
#include "dxf_import_plugin.h"#include <wx/arrstr.h>#include <wx/regex.h>#include <geometry/ellipse.h>#include <bezier_curves.h>#include <trigo.h>#include <macros.h>#include <cmath>#include <board.h>#include "common.h"#include "tinysplinecxx.h"Go to the source code of this file.
Macros | |
| #define | MIN_BULGE 0.0218 | 
| #define | SCALE_FACTOR(x) | 
| #define MIN_BULGE 0.0218 | 
Definition at line 87 of file dxf_import_plugin.cpp.
Referenced by DXF_IMPORT_PLUGIN::addVertex(), and DXF_IMPORT_PLUGIN::endEntity().
| #define SCALE_FACTOR | ( | x | ) | 
Definition at line 89 of file dxf_import_plugin.cpp.
Referenced by DXF_IMPORT_PLUGIN::addPoint(), GENCAD_EXPORTER::createComponentsSection(), GENCAD_EXPORTER::createPadsShapesSection(), GENCAD_EXPORTER::createShapesSection(), GENCAD_EXPORTER::createTracksInfoData(), GERBER_FILE_IMAGE::ExecuteRS274XCommand(), GENCAD_EXPORTER::footprintWriteShape(), DXF_IMPORT_PLUGIN::insertArc(), DXF_IMPORT_PLUGIN::insertLine(), DXF_IMPORT_PLUGIN::lineWeightToWidth(), DXF_IMPORT_PLUGIN::mapDim(), DXF_IMPORT_PLUGIN::mapX(), GENCAD_EXPORTER::mapXTo(), DXF_IMPORT_PLUGIN::mapY(), and GENCAD_EXPORTER::mapYTo().