Mesh.edges_on_boundary

Mesh.edges_on_boundary(oriented=False)

Find the edges on the boundary.

Parameters

oriented (bool, optional) – If False (default) the edges are aligned head-to-tail along the boundary. If True the edges have the same orientation as in the mesh.

Returns

edges (list) – The boundary edges.