CellNetwork.face_edges

CellNetwork.face_edges(face)[source]

The edges of a face.

Parameters:
faceint

The identifier of the face.

Returns:
list[tuple[int, int]]

Ordered edge identifiers.