HalfFace.is_edge_on_boundary
- HalfFace.is_edge_on_boundary(edge)[source]
Verify that an edge is on the boundary.
- Parameters
edge (tuple[int, int]) – The identifier of the edge.
- Returns
bool – True if the edge is on the boundary. False otherwise.
Note
This method simply checks if u-v or v-u is on the edge of the volmesh. The direction u-v does not matter.