FreeCAD: master 81d559fc

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-05-02 04:57:17 master 52e1f03d
Changeset Draft: add description of draftfunctions package

These modules provide supporting functions for dealing
with the scripted objects and Gui Commands defined
within the workbench.

If the functions do very basic tasks or are too generic,
they are more appropriate inside the `draftutils` package.

These function are imported in the main `Draft.py` module
so they form part of the public programming interface (API)
of the workbench.

Remove trailing spaces in CMakeLists.txt.
mod - src/Mod/Draft/CMakeLists.txt Diff File
add - src/Mod/Draft/draftfunctions/README.md Diff File
mod - src/Mod/Draft/draftfunctions/__init__.py Diff File