FreeCAD: master a8712edb

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-02-03 16:14:07 master 062d7822
Changeset Draft: arc by 3 points function

Previously, the arc was entirely created in the GuiCommand
definition. The code to create only the arc is placed inside
a module so that the function can be used in scripting
from the terminal, without a graphical interface.
mod - src/Mod/Draft/CMakeLists.txt Diff File
add - src/Mod/Draft/draftobjects/arc_3points.py Diff File