Mesh.edge_end

Mesh.edge_end(edge)[source]

Return the point at the end of an edge.

Parameters:
edgetuple(int, int)

The identifier of the edge.

Returns:
compas.geometry.Point

The point at the end.