BendNetwork.node_neighborhood_centroid
- BendNetwork.node_neighborhood_centroid(key)
 Return the computed centroid of the neighboring nodes.
- Parameters:
 - keyhashable
 The identifier of the node.
- Returns:
 compas.geometry.PointThe point at the centroid.
See also