+ Add parametric feature to create face from sketches

This commit is contained in:
wmayer
2015-11-12 19:44:24 +01:00
parent 8226b3a529
commit c082cc47a1
8 changed files with 59 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_ShapeFromMesh" << "Part_MakeSolid" << "Part_ReverseShape"
<< "Part_SimpleCopy" << "Part_RefineShape" << "Part_CheckGeometry"
<< "Separator" << bop << join << "Separator"
<< "Part_CrossSections" << "Part_Compound" << "Part_Extrude"
<< "Part_CrossSections" << "Part_Compound" << "Part_MakeFace" << "Part_Extrude"
<< "Part_Revolve" << "Part_Mirror" << "Part_Fillet" << "Part_Chamfer"
<< "Part_RuledSurface" << "Part_Loft" << "Part_Sweep"
<< "Part_Offset" << "Part_Thickness";