Part: compound filter, GUI command
This commit is contained in:
@@ -75,6 +75,10 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
split->setCommand("Split");
|
||||
*split << "Part_BooleanFragments" << "Part_Slice" << "Part_XOR";
|
||||
|
||||
Gui::MenuItem* compound = new Gui::MenuItem;
|
||||
compound->setCommand("Compound");
|
||||
*compound << "Part_Compound" << "Part_CompoundFilter";
|
||||
|
||||
Gui::MenuItem* part = new Gui::MenuItem;
|
||||
root->insertItem(item, part);
|
||||
part->setCommand("&Part");
|
||||
@@ -82,8 +86,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
*part << prim << "Part_Primitives" << "Part_Builder" << "Separator"
|
||||
<< "Part_ShapeFromMesh" << "Part_MakeSolid" << "Part_ReverseShape"
|
||||
<< "Part_SimpleCopy" << "Part_RefineShape" << "Part_CheckGeometry"
|
||||
<< "Separator" << bop << join << split << "Separator"
|
||||
<< "Part_CrossSections" << "Part_Compound" << "Part_MakeFace" << "Part_Extrude"
|
||||
<< "Separator" << bop << join << split << compound << "Separator"
|
||||
<< "Part_CrossSections" << "Part_MakeFace" << "Part_Extrude"
|
||||
<< "Part_Revolve" << "Part_Mirror" << "Part_Fillet" << "Part_Chamfer"
|
||||
<< "Part_RuledSurface" << "Part_Loft" << "Part_Sweep"
|
||||
<< "Part_Offset" << "Part_Offset2D" << "Part_Thickness" << "Separator" << "Part_EditAttachment";
|
||||
|
||||
Reference in New Issue
Block a user