FreeCAD: master 9271c9f8

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-02 20:26:06 master 8f646d93
Changeset Draft: clean up the order of the submodules in DraftGeomUtils

Import the modules inside `DraftGeomUtils.py` in increasing order
of complexity. For example, the basic module is `general`,
and `geometry`, `edges`, `faces`, `arcs`, and `cuboids`
after it.

On the other hand the `circles_apollonius` module requires
various of those dependencies, so we import it at the end.

We don't import any of the `circles_incomplete` functions
because these are incomplete and we need to implement
the dependency functions first.
mod - src/Mod/Draft/DraftGeomUtils.py Diff File