Close a mesh and convert it to polysurface using Grasshopper

Hello,
I have geometry data that is an open mesh. I want to close the mesh, simplify the geometry as much as possible and then convert to a polysurface (in any order.) I have figured out the Rhino commands to use:

QuandrangulateMesh
UnifyMeshNormals
MatchMeshEdge
ToNURBS
MergeAllCoplanarFaces

Now I am trying to replicate this process using Grasshopper but I don’t know how to remove naked edges to close the mesh, there is no GH command that closes/removes naked edges and closes the mesh, only commands that “extract” naked edges but I am not sure what to do with that.

I should mention that this geometry data was given to me as is, i did not create this model myself. My end goal is to understand how to close meshes, simplify geometry and convert to polysurfaces using Grasshopper instead of Rhino commands fo rall other models that i recieve. All help and advice is appreciated.

Thank you
T3331741_ExportCAD.3dm (46.1 KB)

This is a simple mesh to convert into a polysurface. The mesh does show naked edges but the surfaces created from the face boundaries join to a closed polysurface just like that.

mesh_to_brep.gh (9.5 KB)

3 Likes

P.S. @martinsiegrist’s addition of FMerge (above) is a cleaner, better result. Not sure why his image doesn’t show that?

1 Like

The image above also shows the mesh in Rhino.

Here’s the closed polysurface without the mesh:

3 Likes

Thank you @martinsiegrist this was very informative and solved my issue .

1 Like

Thanks. If your problem has been solved, please click the Solution button.