Network.edge_start
- Network.edge_start(edge)[source]
Return the start point of an edge.
- Parameters:
- edgetuple[hashable, hashable]
The identifier of the edge.
- Returns:
compas.geometry.Point
The start point of the edge.
See also
Site Navigation
Return the start point of an edge.
The identifier of the edge.
compas.geometry.Point
The start point of the edge.
See also