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.
Site Navigation
Return the point at the start of an edge.
The identifier of the edge.
compas.geometry.Point
The point at the start.