<div dir="ltr"><div class="gmail_default" style="font-size:small">Dear GMSH developer,<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm using Gmsh Python API in version 4.5.6. I have some .msh file (with just points and line who define a surface) and I a want to create a 2D mesh on it. As it is not directly possible, i'm triying the <b>gmsh.model.mesh.createGeometry()</b> method and after that, doing</div><div class="gmail_default" style="font-size:small"><b>gmsh.model.geo.synchronize()</b><br><b>gmsh.model.mesh.generate(2)</b><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The result in the console is :</div><div class="gmail_default" style="font-size:small">Info    : Creating geometry of discrete curves...<br>Info    : Done creating geometry of discrete curves (8e-06 s)<br>Info    : Creating geometry of discrete surfaces...<br>Info    : Done creating geometry of discrete surfaces (1e-06 s)<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">But the 2D mesh isn't create. Do you have any idea of how I can do ?</div><div class="gmail_default" style="font-size:small">I see <a href="https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/tutorial/python/t13.py">here (t13)</a> that you recreate surface loop and volume before mesh, but in my case it is not possible since Gmsh return the error : Error   : GEO surface with tag 1 already exists.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">By reading <a href="https://gitlab.onelab.info/gmsh/gmsh/-/blob/master/demos/api/explore.py">information about the file (explore)</a>, I can see:</div><div class="gmail_default" style="font-size:small">Entity (2, 1) of type Discrete surface<br> - Mesh has 0 nodes and 0 elements<br> - Boundary entities: [(1, 1), (1, 2), (1, 3), (1, 4)]<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please see attached the original .geo and the exported .msh.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"></div><div class="gmail_default" style="font-size:small">Thank you in advance,</div><div class="gmail_default" style="font-size:small">Best regards,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Kenneth Assogba</div><div class="gmail_default" style="font-size:small">Master 2 Ingénierie Mathématique Pour l'Entreprise <br>Sorbonne Université - Faculté de Sciences et Ingénierie<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div>