<div dir="ltr"><div><div><div>Hi people,<br><br></div>I am hoping to use Gmsh to create a 2D mesh for OpenFOAM. I've created the original 2D surface in FreeCAD and exported it as a BRep file. <br><br></div>When I try to extrude the surface, it doesn't work. There are no error messages, but the surface hasn't been extruded. When I created the geometry in Gmsh, there was no issue with extrusion.<br><br></div><div>Here is a shortened version of the script.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Merge "Part.brep";<br><br>Recombine Surface{1};<br><br>out[] = Extrude {0,0,1}<br>{<br>  Surface {1}; Layers{1}; Recombine;<br>};<br><br>Mesh.Smoothing = 100;<br></blockquote><div><br></div><div>Thanks.<br><br></div><div>James <br></div></div>