Return the surface mesh
Examples
Access the underlying mesh and plot it.
>>> meshfix.mesh.plot()
Access the underlying mesh and export it.
>>> meshfix.mesh.save('my_mesh.ply')