FormGraph.edge_end
- FormGraph.edge_end(edge)
Return the end point of an edge.
- Parameters:
- edgetuple[hashable, hashable]
The identifier of the edge.
- Returns:
compas.geometry.Point
The end point of the edge.
See also
Return the end point of an edge.
The identifier of the edge.
compas.geometry.Point
The end point of the edge.
See also