VolMesh.cell_points
- VolMesh.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.
- list[
See also
cell_lines()
,cell_polygons()