Graph.edge_line
- Graph.edge_line(edge)[source]
Return the line of an edge.
- Parameters:
- edgetuple[hashable, hashable]
The identifier of the edge.
- Returns:
compas.geometry.Line
The line of the edge.
See also
Site Navigation
Return the line of an edge.
The identifier of the edge.
compas.geometry.Line
The line of the edge.
See also