Draft: Added Heal command

The Draft_Heal command allows to heal bad Draft objects coming
from earlier versions of FreeCAD.
This commit is contained in:
Yorik van Havre
2013-03-06 12:14:14 -03:00
parent b872dda2a1
commit ea2dc158da
7 changed files with 364 additions and 18 deletions

View File

@@ -85,7 +85,7 @@ class ArchWorkbench(Workbench):
"Draft_Trimex", "Draft_Upgrade", "Draft_Downgrade", "Draft_Scale",
"Draft_Drawing","Draft_Edit","Draft_WireToBSpline","Draft_AddPoint",
"Draft_DelPoint","Draft_Shape2DView","Draft_Draft2Sketch","Draft_Array",
"Draft_Clone"]
"Draft_Clone","Draft_Heal"]
self.draftcontexttools = ["Draft_ApplyStyle","Draft_ToggleDisplayMode","Draft_AddToGroup",
"Draft_SelectGroup","Draft_SelectPlane","Draft_ToggleSnap",
"Draft_ShowSnapBar","Draft_ToggleGrid","Draft_UndoLine",