FreeCAD: master a89eda24

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-16 21:48:43 master bbf05f50
Changeset Draft: clean up ViewProviderLinearDimension class

This class handles linear dimensions of edges, or radial
dimensions of arcs and circles.

Various improvements in style, PEP8, spacing, docstrings.
In particular use more readable variable names.

The modules `Part` and `DraftGeomUtils` have been delayed
in import.

The `updataData` method is modified to return immediately
if the Proxy property modified is different from `Start`,
`End`, `Dimline` or `Direction`.
mod - src/Mod/Draft/draftviewproviders/view_dimension.py Diff File