Added bore command to partdesign workbench

This commit is contained in:
jrheinlaender 2012-12-03 08:19:35 +04:30 committed by wmayer
parent 8371982dfc
commit 3d4bca27b9

View File

@ -87,6 +87,7 @@ void Workbench::activated()
"PartDesign_Fillet",
"PartDesign_Chamfer",
"PartDesign_Draft",
"PartDesign_Bore",
0};
Watcher.push_back(new Gui::TaskView::TaskWatcherCommands(
"SELECT Part::Feature SUBELEMENT Face COUNT 1",
@ -219,7 +220,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "PartDesign_LinearPattern"
<< "PartDesign_PolarPattern"
// << "PartDesign_Scaled"
<< "PartDesign_MultiTransform";
<< "PartDesign_MultiTransform"
<< "Separator"
<< "PartDesign_Bore"
// For 0.13 a couple of python packages like numpy, matplotlib and others
// are not deployed with the installer on Windows. Thus, the WizardShaft is
// not deployed either hence the check for the existence of the command.