Mesh.edges_on_boundaries
- Mesh.edges_on_boundaries()[source]
Find the edges on all boundaries of the mesh.
- Returns
list[list[tuple[int, int]]] – A list of edges per boundary.
Find the edges on all boundaries of the mesh.
list[list[tuple[int, int]]] – A list of edges per boundary.