CellNetwork.halfface_center
- CellNetwork.halfface_center(face)[source]
Compute the point at the center of mass of a face.
- Parameters:
- faceint
The identifier of the face.
- Returns:
compas.geometry.Point
The coordinates of the center of mass.
See also