BaseMesh.edges_on_boundary
-
BaseMesh.
edges_on_boundary
(oriented=False)[source] Find the edges on the boundary.
- Parameters
oriented (bool, optional) – If
False
(default) the edges are aligned head-to-tail along the boundary. IfTrue
the edges have the same orientation as in the mesh.- Returns
edges (list) – The boundary edges.