HalfFace.is_edge_on_boundary
- HalfFace.is_edge_on_boundary(edge)[source]
Verify that an edge is on the boundary.
- Parameters:
- edgetuple[int, int]
The identifier of the edge.
- Returns:
- bool
True if the edge is on the boundary. False otherwise.
See also
is_vertex_on_boundary()
,is_face_on_boundary()
,is_cell_on_boundary()
Notes
This method simply checks if u-v or v-u is on the edge of the volmesh. The direction u-v does not matter.