Not sure if this will work, but you could try to recreate the topography by extracting the topography points and then try to get a mesh from the recreated topography (with slightly altered points).
Point.ByCoordinates(Math.Round(t.X,2),Math.Round(t.Y,2),Math.Round(t.Z,2));