Graph.edge_midpoint
- Graph.edge_midpoint(edge)[source]
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.
See also
Site Navigation
Return the location of the midpoint of an edge.
The identifier of the edge.
compas.geometry.Point
The midpoint of the edge.
See also