Added new Feature to force-set Tolerance on a part

This commit is contained in:
Eric Price
2024-10-12 19:47:15 +02:00
parent 7283ba5429
commit 42dde995db
4 changed files with 215 additions and 1 deletions

View File

@@ -115,7 +115,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
compound->setCommand("Compound");
*compound << "Part_Compound"
<< "Part_ExplodeCompound"
<< "Part_CompoundFilter";
<< "Part_CompoundFilter"
<< "Part_ToleranceSet";
Gui::MenuItem* part = new Gui::MenuItem;
root->insertItem(item, part);