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:
cellint

The identifier of the cell.

halfedgetuple[int, int]

The identifier of the halfedge.

Returns:
int

The identifier of the face.