VolMesh.cell_center

VolMesh.cell_center(cell)[source]

Compute the point at the center of mass of a cell.

Parameters:
cellint

The identifier of the cell.

Returns:
compas.geometry.Point

The coordinates of the center of mass.

See also

cell_centroid()