HalfEdge.edges_on_boundary

HalfEdge.edges_on_boundary(chained=False)[source]

Find the edges on the boundary.

Parameters

chained (bool (False)) – Indicate whether the boundary edges should be chained head to tail. Note that chaining the edges will essentially return half-edges that point outwards to the space outside.

Returns

boundary_edges (list) – The boundary edges.