CellNetwork.cell_face_halfedges
- CellNetwork.cell_face_halfedges(cell, face)[source]
The halfedges of a face of a cell.
- Parameters:
- cellint
Identifier of the cell.
- faceint
Identifier of the face.
- Returns:
- list[tuple[int, int]]
The halfedges of the face of the cell.
See also
Notes
All of the returned halfedges are part of the cell.
This method is similar to
face_halfedges()
, but in the context of a cell of the VolMesh.