Graph.edge_direction
- Graph.edge_direction(edge)[source]
- Return the direction vector of an edge. - Parameters:
- edgetuple[hashable, hashable]
- The identifier of the edge. 
 
- Returns:
- compas.geometry.Vector
- The direction vector of the edge. 
 
 - See also 
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Return the direction vector of an edge.
The identifier of the edge.
compas.geometry.VectorThe direction vector of the edge.
See also