mesh_area
- compas_cgal.measure.mesh_area(mesh)
Compute the area of a triangle mesh.
- Parameters:
- mesh
compas_cgal.types.VerticesFaces
The mesh.
- mesh
- Returns:
- float
The area of the mesh.
Compute the area of a triangle mesh.
compas_cgal.types.VerticesFaces
The mesh.
The area of the mesh.