mesh_area

compas_cgal.measure.mesh_area(mesh)

Compute the area of a triangle mesh.

Parameters:
meshcompas_cgal.types.VerticesFaces

The mesh.

Returns:
float

The area of the mesh.