[Part]add scale command & feature
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user