VolMesh.edge_direction
- VolMesh.edge_direction(edge)[source]
Return the direction vector of an edge.
- Parameters:
- edgetuple[int, int]
The edge identifier.
- Returns:
compas.geometry.Vector
The direction vector of the edge.
See also
Site Navigation
Return the direction vector of an edge.
The edge identifier.
compas.geometry.Vector
The direction vector of the edge.
See also