Block.vertex_neighborhood_centroid
- Block.vertex_neighborhood_centroid(key)
Compute the centroid of the neighbors of a vertex.
- Parameters:
- keyint
The identifier of the vertex.
- Returns:
compas.geometry.Point
The centroid of the vertex neighbors.
Compute the centroid of the neighbors of a vertex.
The identifier of the vertex.
compas.geometry.Point
The centroid of the vertex neighbors.