Area of mesh face

Are there any clever ways to determine the area of a mesh face using python scripting?

@palgroth,

below python script works on mesh faces picked from one or more meshes and prints the cumulative area.

Not shure if this is clever :wink:

MeshFaceArea.py (2.1 KB)

c.