HalfFace.cell_halfedges

HalfFace.cell_halfedges(cell)[source]

The halfedges of a cell.

Parameters:
cellint

Identifier of the cell.

Returns:
list[tuple[int, int]]

The halfedges of a cell.

Notes

This method is similar to halfedges(), but in the context of a cell of the VolMesh.