Version 4 of the Erasing Elements Code

This commit is contained in:
mac-the-bike
2023-11-22 11:56:21 +00:00
parent eab181965c
commit 408eed1657
19 changed files with 1662 additions and 3 deletions

View File

@@ -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;