Files
create/src/Mod/Draft
vocx-fc 93f1e87bc0 Draft: move make_dimension function to its own module
Previously the `make_dimension` and `make_angular_dimension`
functions were in `draftobjects/dimension.py`.
Now they are moved to `draftmake/make_dimension.py`.

The original `makeAngularDimension` function requires angles
in radians which is counterintuitive for most cases. Also
the order is `[big, small]`.

The new function `make_angular_dimension` accepts angles
in degrees, and the order is `[small, big]`. The older
function is retained for compatibility purposes.

Also perform several improvements such as PEP8 cleanup,
writing complete docstrings, type checking the input arguments,
and depreacting the older call.

The `Draft.py` module, Gui Command, unit test, and test script
are updated accordingly.
2020-06-17 12:53:29 +02:00
..
2020-06-15 10:11:22 +02:00
2020-06-15 10:11:22 +02:00
2020-03-24 11:14:24 +01:00
2020-04-21 12:46:08 +02:00
2020-06-09 11:53:02 +02:00
2020-04-21 12:46:08 +02:00
2020-05-25 13:37:55 +02:00