CellNetwork.vertex_faces
- CellNetwork.vertex_faces(vertex)[source]
Return all faces connected to a vertex.
- Parameters:
- vertexint
The identifier of the vertex.
- Returns:
- list[int]
The list of faces connected to a vertex.
See also
Site Navigation
Return all faces connected to a vertex.
The identifier of the vertex.
The list of faces connected to a vertex.
See also