Coordinates of a Vertex
To recover the UV coordinates of vertices, use:
BRep_Tool::Parameters
(const TopoDS_Vertex& V,const TopoDS_Face& F);
which returns the U and V parameters of the vertex V on the face F as a gp_Pnt2d.