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