VolMesh.edge_end
- VolMesh.edge_end(edge)[source]
Return the end point of an edge.
- Parameters:
- edgetuple[int, int]
The edge identifier.
- Returns:
compas.geometry.Point
The end point.
See also
edge_start()
,edge_midpoint()
,edge_point()
Site Navigation
Return the end point of an edge.
The edge identifier.
compas.geometry.Point
The end point.
See also
edge_start()
, edge_midpoint()
, edge_point()