FreeCAD: master b51339b3

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-16 22:53:22 master a89eda24
Changeset Draft: clean up ViewProviderAngularDimension class

This class is also derived on `ViewProviderDimensionBase`.
It is used to measure the angle between two straight lines.

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

The `updateData` method is modified to return immediately
if the `arc` attribute does not exist. This is better
to reduce the level of indentation of the code.
mod - src/Mod/Draft/draftviewproviders/view_dimension.py Diff File