CellNetwork.cell_points

CellNetwork.cell_points(cell)[source]

Compute the points of the vertices of a cell.

Parameters:
cellint

The identifier of the cell.

Returns:
list[compas.geometry.Point]

The points of the vertices of the cell.

See also

cell_polygon(), cell_centroid(), cell_center()