FEM: add a context command to clear the FEM mesh

This commit is contained in:
Bernd Hahnebach
2016-12-09 18:42:40 +01:00
parent 5beba602b6
commit 20eaf4f90e
6 changed files with 66 additions and 0 deletions

View File

@@ -50,6 +50,12 @@ Workbench::~Workbench()
{
}
void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) const
{
StdWorkbench::setupContextMenu( recipient, item );
*item << "Separator" << "Fem_ClearMesh";
}
Gui::ToolBarItem* Workbench::setupToolBars() const
{
Gui::ToolBarItem* root = StdWorkbench::setupToolBars();