kicad/pcbnew/import_dxf
Cirilo Bernardo a4ba01f42d Various fixes to DXF import
The attached patch makes the following changes to import DXF:

1. correctly implements scaling based on DXF $INSUNITS -
at least where INSUNITS is sensible. I ignore units like miles,
gigameters, AU, lightyear, parsec ...

2. correctly implements LWPolylines, adding an ARC segment
rather than a line segment when bulge != 0.  A number of users
have been complaining about getting the wrong board shape
(chamfered corners rather than rounded corners) on DXF Import,
now they shouldn't complain.
2016-03-20 21:33:53 -04:00
..
examples Fix to closing polylines in DXF imports. 2015-06-18 17:51:17 +02:00
dialog_dxf_import.cpp Pcbnew: add user position option to DXF import dialog. 2015-08-27 14:10:28 -04:00
dialog_dxf_import.fbp Pcbnew: add user position option to DXF import dialog. 2015-08-27 14:10:28 -04:00
dialog_dxf_import.h Pcbnew: add user position option to DXF import dialog. 2015-08-27 14:10:28 -04:00
dialog_dxf_import_base.cpp Pcbnew: add user position option to DXF import dialog. 2015-08-27 14:10:28 -04:00
dialog_dxf_import_base.h Pcbnew: add user position option to DXF import dialog. 2015-08-27 14:10:28 -04:00
dxf2brd_items.cpp Various fixes to DXF import 2016-03-20 21:33:53 -04:00
dxf2brd_items.h Various fixes to DXF import 2016-03-20 21:33:53 -04:00