FreeCAD: master d438aec8

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-05-05 03:03:36 master 68e6d8d1
Changeset Draft: remove old DraftFillet class, and make it a redirect

Remove the make function that creates the old object,
its corresponding Gui Command, and the old `DraftFillet.Fillet`
proxy class, which now is a redirection to the new `Fillet`
class defined in `draftobjects.fillet`.

Also change the unit test, and the `draft_test_object` script
to run `Draft.make_fillet`.
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/DraftFillet.py Diff File
mod - src/Mod/Draft/draftguitools/gui_fillets.py Diff File
mod - src/Mod/Draft/drafttests/draft_test_objects.py Diff File
mod - src/Mod/Draft/drafttests/test_creation.py Diff File
mod - src/Mod/Draft/draftutils/init_tools.py Diff File