FEM: ccx constraint section print, add Gui command and icon

This commit is contained in:
UR-0
2020-06-24 07:39:26 +02:00
committed by Bernd Hahnebach
parent 128819d9ff
commit 346faafd6b
6 changed files with 443 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
geom->setCommand("Geometrical Constraints");
*geom
<< "FEM_ConstraintPlaneRotation"
<< "FEM_ConstraintSectionPrint"
<< "FEM_ConstraintTransform";
Gui::ToolBarItem* mech = new Gui::ToolBarItem(root);
@@ -251,6 +252,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
geom->setCommand("&Geometrical Constraints");
*geom
<< "FEM_ConstraintPlaneRotation"
<< "FEM_ConstraintSectionPrint"
<< "FEM_ConstraintTransform";
Gui::MenuItem* mech = new Gui::MenuItem;