kicad/pcbnew/import_gfx
Marek Roszko 32ec8fa928 Implement correct placement of DXF block contained entities
DXF blocks are virtual groups of items.
The insert entity is what actually places all the block contents at a given coordinate.
This should fix importing drawings from professional CAD tools like SolidWorks that will have a good bit of blocks.
2020-11-23 10:10:35 -05:00
..
examples Import svg import code from experimental trunk: start point 2018-12-03 13:42:22 +01:00
dialog_import_gfx.cpp Rename the dxf units option to Default Units 2020-11-22 22:15:58 -05:00
dialog_import_gfx.h Allow specifying the DXF file units on import 2020-11-22 15:39:37 -05:00
dialog_import_gfx_base.cpp Remove colons from the import gfx dialog fields 2020-11-22 22:15:58 -05:00
dialog_import_gfx_base.fbp Remove colons from the import gfx dialog fields 2020-11-22 22:15:58 -05:00
dialog_import_gfx_base.h Allow specifying the DXF file units on import 2020-11-22 15:39:37 -05:00
dxf_import_plugin.cpp Implement correct placement of DXF block contained entities 2020-11-23 10:10:35 -05:00
dxf_import_plugin.h Implement correct placement of DXF block contained entities 2020-11-23 10:10:35 -05:00
graphics_import_mgr.cpp Use kicad_algo directly rather than common.h 2020-10-24 08:53:11 -04:00
graphics_import_mgr.h Pcbnew: Enable SVG import in DIALOG_IMPORT_GFX. 2019-03-11 18:30:59 +01:00
graphics_import_plugin.h pcbnew: Clean up extension handling in graphics plugins 2019-10-04 15:43:29 -04:00
graphics_importer.cpp Remove eda_item and gr_basic from eda_text.h 2020-10-13 22:46:39 -04:00
graphics_importer.h Fix dxf import making all circles filled 2020-11-19 21:00:53 -05:00
graphics_importer_buffer.cpp Implement correct placement of DXF block contained entities 2020-11-23 10:10:35 -05:00
graphics_importer_buffer.h Implement correct placement of DXF block contained entities 2020-11-23 10:10:35 -05:00
graphics_importer_pcbnew.cpp Fix dxf import making all circles filled 2020-11-19 21:00:53 -05:00
graphics_importer_pcbnew.h Fix dxf import making all circles filled 2020-11-19 21:00:53 -05:00
svg_import_plugin.cpp Remove eda_item and gr_basic from eda_text.h 2020-10-13 22:46:39 -04:00
svg_import_plugin.h pcbnew: Clean up extension handling in graphics plugins 2019-10-04 15:43:29 -04:00