[WIP] add box selection to select individual faces

This commit is contained in:
wmayer
2018-08-04 19:37:49 +02:00
parent 70e5b9fec3
commit 8068150c64
5 changed files with 290 additions and 1 deletions

View File

@@ -95,6 +95,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
part->setCommand("&Part");
*part << "Part_Import"
<< "Part_Export"
<< "Separator"
<< "Part_BoxSelection"
<< "Separator";
*part << prim
<< "Part_Primitives"