fixes 0002793: tube as basic solid

This commit is contained in:
wmayer
2019-01-17 15:37:55 +01:00
parent e3ec8e7004
commit 552ed9eab2
5 changed files with 128 additions and 1 deletions

View File

@@ -68,7 +68,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_Cylinder"
<< "Part_Sphere"
<< "Part_Cone"
<< "Part_Torus";
<< "Part_Torus"
<< "Separator"
<< "Part_MakeTube";
Gui::MenuItem* bop = new Gui::MenuItem;
bop->setCommand("Boolean");