HalfFace.cell_halfedge_face
- HalfFace.cell_halfedge_face(cell, halfedge)[source]
Find the face corresponding to a specific halfedge of a cell.
- Parameters
cell (int) – The identifier of the cell.
halfedge (tuple[int, int]) – The identifier of the halfedge.
- Returns
int – The identifier of the face.
Notes
This method is similar to
halfedge_face()
, but in the context of a cell of the VolMesh.