make part design loft functional
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user