Mesh.has_edge

Mesh.has_edge(key)[source]

Verify that the mesh contains a specific edge.

Warning

This method may produce unexpected results.

Parameters

key (tuple[int, int]) – The identifier of the edge.

Returns

bool – True if the edge exists. False otherwise.