HalfEdge.has_halfedge
-
HalfEdge.
has_halfedge
(key)[source] Verify that a halfedge is part of the mesh.
- Parameters
key (tuple of int) – The identifier of the halfedge.
- Returns
bool – True if the halfedge is part of the mesh. False otherwise.
HalfEdge.
has_halfedge
(key)[source]Verify that a halfedge is part of the mesh.
key (tuple of int) – The identifier of the halfedge.
bool – True if the halfedge is part of the mesh. False otherwise.