Page 1 of 1

Gmsh: generate wrong triangle mesh with IGES.

Posted: 27 Jul 2023, 06:35
by ZhengW
Hello! I import a model in IGES file format, and use Gmsh to generate triangle mesh. But it is not a watertight. The triangle can't match with each other between two patch boundary. Have you had a problem like this?
Thanks!

Re: Gmsh: generate wrong triangle mesh with IGES.

Posted: 27 Jul 2023, 11:29
by kevinarden
Usually the coherence command in gmsh fixes this situation

Re: Gmsh: generate wrong triangle mesh with IGES.

Posted: 03 Aug 2023, 18:18
by ZhengW
Thanks!!!