FormGraph.edge_start
- FormGraph.edge_start(edge)
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
Return the start point of an edge.
The identifier of the edge.
compas.geometry.Point
The start point of the edge.
See also