HalfFace.has_edge
-
HalfFace.
has_edge
(edge)[source] Verify that the volmesh contains a directed edge (u, v).
- Parameters
edge (tuple of int) – The identifier of the edge.
- Returns
bool – True if the edge exists. False otherwise.
HalfFace.
has_edge
(edge)[source]Verify that the volmesh contains a directed edge (u, v).
edge (tuple of int) – The identifier of the edge.
bool – True if the edge exists. False otherwise.