add OCC defeaturing to PartWB Gui

This commit is contained in:
tomate44
2018-07-03 13:47:31 +02:00
committed by wmayer
parent 1f63d6a103
commit d5db3ff588
4 changed files with 352 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_SimpleCopy"
<< "Part_RefineShape"
<< "Part_CheckGeometry"
<< "Part_Defeaturing"
<< "Separator"
<< bop << join << split << compound
<< "Separator"
@@ -188,6 +189,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
<< "Part_CompJoinFeatures"
<< "Part_CompSplitFeatures"
<< "Part_CheckGeometry"
<< "Part_Defeaturing"
<< "Part_Section"
<< "Part_CrossSections";