Version 4 of the Erasing Elements Code
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2023 Peter McB *
|
||||
* additional statement(s) for element sets: *
|
||||
* added entry to Gui::MenuItem* mesh *
|
||||
* *
|
||||
* added to: Workbench.cpp
|
||||
* Copyright (c) 2008 Werner Mayer <werner.wm.mayer@gmx.de> *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
@@ -318,6 +323,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
<< "FEM_MeshGroup"
|
||||
<< "Separator"
|
||||
<< "FEM_CreateNodesSet"
|
||||
<< "FEM_CreateElementsSet"
|
||||
<< "FEM_FEMMesh2Mesh";
|
||||
|
||||
Gui::MenuItem* solve = new Gui::MenuItem;
|
||||
|
||||
Reference in New Issue
Block a user