Mesh.face_neighbors
- Mesh.face_neighbors(fkey)[source]
Return the neighbors of a face across its edges.
- Parameters:
- fkeyint
Identifier of the face.
- Returns:
- list[int]
The identifiers of the neighboring faces.
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Return the neighbors of a face across its edges.
Identifier of the face.
The identifiers of the neighboring faces.