Graph.edge_point
- Graph.edge_point(edge, t=0.5)[source]
Return the point at a parametric location along an edge.
- Parameters:
- edgetuple[hashable, hashable]
The identifier of the edge.
- tfloat, optional
The location of the point on the edge. If the value of t is outside the range 0-1, the point will lie in the direction of the edge, but not on the edge vector.
- Returns:
compas.geometry.Point
The point at the specified location.
See also