I would need to get and compare the area of the polygons/faces of objects of different shape. I found the variable 'area' in class bpy.types.MeshPolygon but this does not give me the real area of the polygon after scaling and modifying a mesh primitive. Why is this? Is there another way to get the area?
Thank you for your time!
my_face.calc_area(), but anyone trying to calculate polygon area should check out this answer, because quads may return incorrect area values unless first triangulated. – Mentalist Nov 18 '20 at 21:05