make part design loft functional

This commit is contained in:
Stefan Tröger
2015-06-04 17:46:31 +02:00
parent 17d4ccb537
commit d18cd54743
10 changed files with 768 additions and 23 deletions

View File

@@ -654,6 +654,8 @@ void Workbench::activated()
"PartDesign_Groove",
"PartDesign_AdditivePipe",
"PartDesign_SubtractivePipe",
"PartDesign_AdditiveLoft",
"PartDesign_SubtractiveLoft",
0};
Watcher.push_back(new Gui::TaskView::TaskWatcherCommands(
"SELECT Sketcher::SketchObject COUNT 1",
@@ -751,6 +753,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "PartDesign_Groove"
<< "PartDesign_AdditivePipe"
<< "PartDesign_SubtractivePipe"
<< "PartDesign_AdditiveLoft"
<< "PartDesign_SubtractiveLoft"
<< "PartDesign_Fillet"
<< "PartDesign_Chamfer"
<< "PartDesign_Draft"
@@ -809,6 +813,8 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "PartDesign_Groove"
<< "PartDesign_AdditivePipe"
<< "PartDesign_SubtractivePipe"
<< "PartDesign_AdditiveLoft"
<< "PartDesign_SubtractiveLoft"
<< "PartDesign_Fillet"
<< "PartDesign_Chamfer"
<< "PartDesign_Draft"