HalfFace.cell_vertices
- HalfFace.cell_vertices(cell)[source]
The vertices of a cell.
- Parameters:
- cellint
Identifier of the cell.
- Returns:
- list[int]
The vertex identifiers of a cell.
See also
Notes
This method is similar to
vertices()
, but in the context of a cell of the VolMesh.