Offset function

This commit is contained in:
wmayer
2012-11-24 22:46:16 +01:00
parent 16384de1bc
commit b8ca20504a
6 changed files with 359 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_SimpleCopy" << "Part_RefineShape" << "Part_CheckGeometry" << "Separator"
<< "Part_Boolean" << "Part_CrossSections" << "Part_Extrude"
<< "Part_Revolve" << "Part_Mirror" << "Part_Fillet" << "Part_Chamfer"
<< "Part_RuledSurface" << "Part_Loft" << "Part_Sweep";
<< "Part_RuledSurface" << "Part_Loft" << "Part_Sweep" << "Part_Offset";
return root;
}