EGI.has_halfedge

EGI.has_halfedge(key)

Verify that a halfedge is part of the mesh.

Parameters

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

Returns

bool – True if the halfedge is part of the mesh. False otherwise.