FreeCAD: master 34cf9810

Author Committer Branch Timestamp Parent
carlopav yorik master 2020-03-14 11:24:10 master 0e097ae7
Changeset [Draft] Dimension style object

still have to split viewprovider from object.
[Draft] Dimension Style code cleanup

thx @vocx-fc for reviewing
further cleanup


[Draft] Dimension Style improvements

Added a property to the dimension object to link the dimension style.
Improved the update of dimensions when style changes. This can be done in 2 different ways: by setting AutoUpdate property to True or by activating Update function from the viewprovider context menu.
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/InitGui.py Diff File
add - src/Mod/Draft/draftguitools/gui_style_dimension.py Diff File
add - src/Mod/Draft/draftobjects/style_dimension.py Diff File
add - src/Mod/Draft/draftviewproviders/view_style_dimension.py Diff File