kicad/3d-viewer/3d_canvas
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
..
board_adapter.cpp Clean up arc/circle polygonization. 2020-09-11 11:23:49 +01:00
board_adapter.h Clean up arc/circle polygonization. 2020-09-11 11:23:49 +01:00
create_3Dgraphic_brd_items.cpp Refactor DIMENSION to hide internal details; add some new properties 2020-09-11 21:12:36 -04:00
create_layer_items.cpp 3D-Viewer: subtract pads poly to F_Cu and B_Cu poly layers 2020-09-08 21:02:20 +00:00
create_layer_poly.cpp Clean up arc/circle polygonization. 2020-09-11 11:23:49 +01:00
eda_3d_canvas.cpp Removing creation of a wxPaintEvent instance (step 2), not allowed in 3.1.4 wxWidgets: 2020-07-14 15:52:01 +02:00
eda_3d_canvas.h Removing creation of a wxPaintEvent instance (step 2), not allowed in 3.1.4 wxWidgets: 2020-07-14 15:52:01 +02:00
eda_3d_canvas_pivot.cpp Rationalise 3D settings data-structure. 2020-03-28 16:09:40 +00:00