[Part]add scale command & feature

This commit is contained in:
wandererfan
2023-09-04 13:52:29 -04:00
committed by wwmayer
parent 2cbe037ce8
commit 90aef60f32
15 changed files with 1325 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< bop << join << split << compound
<< "Separator"
<< "Part_Extrude"
<< "Part_Scale"
<< "Part_Revolve"
<< "Part_Mirror"
<< "Part_Fillet"
@@ -181,6 +182,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
Gui::ToolBarItem* tool = new Gui::ToolBarItem(root);
tool->setCommand("Part tools");
*tool << "Part_Extrude"
<< "Part_Scale"
<< "Part_Revolve"
<< "Part_Mirror"
<< "Part_Fillet"