Dear gmsh developer,<br><br>Hi, I correct the geometry by eliminating duplicated lines and surfaces,<br><br>but when i meshing it into 3D, the error as follows:<br><br>....<br>....<br>Meshing volume 142 (Delaunay)<br>Error   : Self intersecting surface mesh, computing intersections (this could take a while)<br>
Info    : 12 faces self-intersect<br>Info    : face (65 67 59) on model face 9<br>Info    : face (67 59 68) on model face 10<br>Info    : face (49 50 55) on model face 37<br>Info    : face (49 47 55) on model face 39<br>Info    : face (49 54 50) on model face 44<br clear="all">
....<br>....<br><br>Since, i check all geometry then eliminate duplicated surfaces which constituted with same line loop (either '+' or '-')<br><br>by coding my own code.<br><br>After the error message represents, I check the geometry script, but i cannot find which is overlapped or duplicated with<br>
<br>face 9, 10, 37..and so on, as the error message said. How can i find the error and collect it??<br><br>And what is the exact problem of this geometry??<br><br>Or is there any way to automatically generate 'voronoi geometry ' using only gmsh??<br>
<br>Thank you for your help.<br><br><br>Sang-yeop chung<br><br>