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.PointThe midpoint of the edge.
See also
Return the location of the midpoint of an edge.
The identifier of the edge.
compas.geometry.PointThe midpoint of the edge.
See also