CellNetwork.halfface_halfedges
- CellNetwork.halfface_halfedges(halfface)[source]
The halfedges of a halfface.
- Parameters:
- halffaceint
The identifier of the halfface.
- Returns:
- list[tuple[int, int]]
The halfedges of a halfface.
See also
halfface_edges()
,halfface_vertices()