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