BendNetwork.edge_midpoint

BendNetwork.edge_midpoint(edge)

Return the location of the midpoint of an edge.

Parameters:
edgetuple[hashable, hashable]

The identifier of the edge.

Returns:
compas.geometry.Point

The midpoint of the edge.