Zooming in shows gaps and double lines in wrapped (splopped) geometry

Hi!

Zooming in quite a lot on my “splopped” geometry shows gaps and double curves which are invisible with a “decent zoom”. I suspect these to be the source of my problems when trying to mesh these surfaces. Or is it just a display thing?

splopped pattern.gh (788.6 KB)

I haven’t tried to “alignmeshvertices” command in gh. But I had this problem in rh itself. So if you’re turning srfs to meshes and face gaps between parts after that, you can try “alignmeshvertices” and then “weld”.

Alignmeshvertices = sets mesh vertices on the others if they have distance less than mentioned in command’s options.

Weld = burns double vertices which are on the same spot. Then you won’t get stock in next steps.