Mesh: add gmsh for remeshing a mesh created from CAD

This commit is contained in:
wmayer
2020-02-20 18:20:11 +01:00
parent 274b74b304
commit a3bf3d1945
6 changed files with 726 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*mesh << "Mesh_Import"
<< "Mesh_Export"
<< "Mesh_FromPartShape"
<< "Mesh_RemeshGmsh"
<< "Separator"
<< analyze
<< "Mesh_VertexCurvature"