mesh_centroid
- compas_cgal.measure.mesh_centroid(mesh)
Compute the centroid of a the volume of a closed triangle mesh.
- Parameters:
- mesh
compas_cgal.types.VerticesFaces
The mesh.
- mesh
- Returns:
- list
The centroid of the mesh.
Compute the centroid of a the volume of a closed triangle mesh.
compas_cgal.types.VerticesFaces
The mesh.
The centroid of the mesh.