How can i get the edge coordination?

I use ClippingPlaneCollection to cut terrain, i need the edge coordinations, especially height, how can i get it?

Now i have to query the height through12 level terrain tiles by using ‘Cesium.sampleTerrain’. it is slow and i can not estimate the right exactly points.can i get the original cut coordinations by ClippingPlaneCollection or something else?