openalea.phenomenal.mesh.algorithms.mesh_surface_area# openalea.phenomenal.mesh.algorithms.mesh_surface_area(vertices, faces) → float[source]# Returns the surface_area of a mesh Parameters: vertices (list[tuple]) – The vertices of the mesh. faces (list[tuple]) – The faces of the mesh Returns: area – Surface area of mesh Return type: float