kicad/pcbnew/plugins/altium
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
altium_circuit_maker_plugin.cpp
altium_circuit_maker_plugin.h
altium_circuit_studio_plugin.cpp
altium_circuit_studio_plugin.h
altium_designer_plugin.cpp
altium_designer_plugin.h
altium_parser.ksy
altium_parser_pcb.cpp
altium_parser_pcb.h
altium_pcb.cpp Refactor DIMENSION to hide internal details; add some new properties 2020-09-11 21:12:36 -04:00
altium_pcb.h