Mesh.edge_start

Mesh.edge_start(edge)[source]

Return the point at the start of an edge.

Parameters:
edgetuple(int, int)

The identifier of the edge.

Returns:
compas.geometry.Point

The point at the start.