kicad/pcbnew/plugins/cadstar
Jon Evans b11e315d10 Refactor DIMENSION to hide internal details; add some new properties
This is a board file format change to account for the new properties.
Also, we now only store the critical information about the dimension's
geometry in the board, rather than storing every drawn line.

The DIMENSION object is now an abstract base, and ALIGNED_DIMENSION
is the implementation that exists today (we will add more dimension
types in the future)
2020-09-11 21:12:36 -04:00
..
CMakeLists.txt CADSTAR PCB Archive Importer: Formatting fixes 2020-09-08 21:21:21 +00:00
cadstar_pcb_archive_loader.cpp Refactor DIMENSION to hide internal details; add some new properties 2020-09-11 21:12:36 -04:00
cadstar_pcb_archive_loader.h CADSTAR PCB Archive Importer: Load Component Copper and Component Areas 2020-09-08 21:21:21 +00:00
cadstar_pcb_archive_parser.cpp CADSTAR PCB Archive Importer: Fix Parsing errors 2020-09-08 21:21:21 +00:00
cadstar_pcb_archive_parser.h CADSTAR PCB Archive Importer: Fix Parsing errors 2020-09-08 21:21:21 +00:00
cadstar_pcb_archive_plugin.cpp CADSTAR PCB Archive Importer: Formatting fixes 2020-09-08 21:21:21 +00:00
cadstar_pcb_archive_plugin.h CADSTAR PCB Archive Importer: Formatting fixes 2020-09-08 21:21:21 +00:00