Mesh.is_edge_on_boundary
- 
Mesh.is_edge_on_boundary(u, v)
- Verify that an edge is on the boundary. - Parameters
- u (int) – The identifier of the first vertex. 
- v (int) – The identifier of the second vertex. 
 
- Returns
- bool – True if the edge is on the boundary. False otherwise.