VolMesh.cell_faces VolMesh.cell_faces(cell)[source] The faces of a cell. Parameters: cellintIdentifier of the cell. Returns: list[int]The faces of a cell. See also cell_halfedges(), cell_edges(), cell_vertices() Notes This method is similar to faces(), but in the context of a cell of the VolMesh.