With the same result as CPlane - Object - Click brep would achieve?
Hello - if the face is planar, then BrepFace.UnderlyingSurface().TryGetPlane() or .FrameAt() with the mid domain in U and V specified for FrameAt. FrameAt() is probably more versatile.
-Pascal