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
compas
compas_blender
compas_ghpython
compas_rhino
Return all faces connected to a vertex.
The identifier of the vertex.
The list of faces connected to a vertex.
See also