Mesh.edge_line
- Mesh.edge_line(edge)[source]
Return the line of an edge.
- Parameters:
- edgetuple(int, int)
The identifier of the edge.
- Returns:
compas.geometry.Line
The line of the edge.
Site Navigation
Return the line of an edge.
The identifier of the edge.
compas.geometry.Line
The line of the edge.