Thanks sir for your reply.
This way you probably get a list of triples:
Union@Flatten[Cases[Normal[%[[1]]], Polygon[pts_, ___] :> pts, All], 1]
Sir, I want to have the data in matrix form, from where I can generate the Excel sheet. Can you help me?
Thanks Sir for your reply.
This is a way:
Cases[Normal[%[[1]]], Polygon[pts_, ___] :> pts, All]