HalfFace.cell_halfedge_opposite_face
- HalfFace.cell_halfedge_opposite_face(cell, halfedge)[source]
Find the opposite 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.