HalfFace.cell_edges HalfFace.cell_edges(cell)[source] Return all edges of a cell. Parameters: cellintThe cell identifier. Returns: list[tuple[int, int]]The edges of the cell. See also cell_halfedges(), cell_faces(), cell_vertices() Notes This method is similar to edges(), but in the context of a cell of the VolMesh.