Surface: add command to create surface from sections

This commit is contained in:
wmayer
2020-09-26 16:32:42 +02:00
parent 173576e49c
commit ed7cdd4c2c
13 changed files with 1015 additions and 1 deletions

View File

@@ -55,7 +55,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*surface << "Surface_CurveOnMesh"
<< "Surface_ExtendFace"
<< "Surface_Filling"
<< "Surface_GeomFillSurface";
<< "Surface_GeomFillSurface"
<< "Surface_Sections";
/* *surface << "Surface_Filling";
*surface << "Surface_Cut";*/