KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dxf_import_plugin.cpp File Reference
#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)   (x)
 

Macro Definition Documentation

◆ MIN_BULGE

#define MIN_BULGE   0.0218

Definition at line 87 of file dxf_import_plugin.cpp.

◆ SCALE_FACTOR

#define SCALE_FACTOR (   x)    (x)

Definition at line 89 of file dxf_import_plugin.cpp.