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
compas
compas_blender
compas_ghpython
compas_rhino
Return the line of an edge.
The identifier of the edge.
compas.geometry.Line
The line of the edge.