VolMesh.vertex_neighbors
- VolMesh.vertex_neighbors(vertex)[source]
Return the vertex neighbors of a vertex.
- Parameters:
- vertexint
The identifier of the vertex.
- Returns:
- list[int]
The list of neighboring vertices.
See also
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Return the vertex neighbors of a vertex.
The identifier of the vertex.
The list of neighboring vertices.
See also