VolMesh.cell_polyhedron

VolMesh.cell_polyhedron(cell)[source]

Construct a polyhedron from the vertices and faces of a cell.

Parameters:
cellint

The identifier of the cell.

Returns:
compas.geometry.Polyhedron

The polyhedron.