From 0a50d270eb625047e77fb926e704f642498384eb Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:11:21 +0200 Subject: [PATCH] MeshPart: Update Tessellation.cpp --- src/Mod/MeshPart/Gui/Tessellation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/MeshPart/Gui/Tessellation.cpp b/src/Mod/MeshPart/Gui/Tessellation.cpp index edb02c878e..4121f20520 100644 --- a/src/Mod/MeshPart/Gui/Tessellation.cpp +++ b/src/Mod/MeshPart/Gui/Tessellation.cpp @@ -607,7 +607,7 @@ bool Mesh2ShapeGmsh::writeProject(QString& inpFile, QString& outFile) << "// mesh algorithm, only a few algorithms are usable with 3D boundary layer " "generation\n" << "// 2D mesh algorithm (1=MeshAdapt, 2=Automatic, 5=Delaunay, 6=Frontal, " - "7=BAMG, 8=DelQuad, 9=Packing of Parallelograms)\n" + "7=BAMG, 8=DelQuad, 9=Packing of Parallelograms, 11=Quasi-structured Quad)\n" << "Mesh.Algorithm = " << algorithm << ";\n" << "// 3D mesh algorithm (1=Delaunay, 2=New Delaunay, 4=Frontal, 7=MMG3D, " "9=R-tree, 10=HTX)\n"