VolMesh3gs.cell_halfedges

VolMesh3gs.cell_halfedges(cell)

The halfedges of a cell.

Parameters

cell (int) – 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.