Remove the unfinished FEM Nodes set tool from GUI (#12611)

This commit is contained in:
FEA-eng
2024-02-26 18:23:53 +01:00
committed by GitHub
parent ce4dca481d
commit 2529dc56f4

View File

@@ -317,7 +317,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "FEM_MeshRegion"
<< "FEM_MeshGroup"
<< "Separator"
<< "FEM_CreateNodesSet"
// << "FEM_CreateNodesSet"
<< "FEM_FEMMesh2Mesh";
Gui::MenuItem* solve = new Gui::MenuItem;