What is it you need? You can get the normal fairly easily with a ray cast. This will give you a normal and a position value. To get the actual face (the 3 vertices) I think you need MeshDataTool as @TassuP suggests, but it is rather slow for real time (it can work if you do it only on load though).