Mesh to Polysurface?

hmm, actually, I’m not sure if thats correct, the nodes I was thinking of convert from a surface to a tessellated Surface, what you want to do is get every triangle of the mesh(3 verts sets) then pass that to Surface.ByPoints() and then create a polysurface from those surfaces by joining them.