Mesh.has_halfedge
- Mesh.has_halfedge(key)[source]
Verify that a halfedge is part of the mesh.
- Parameters:
- keytuple[int, int]
The identifier of the halfedge.
- Returns:
- bool
True if the halfedge is part of the mesh. False otherwise.
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Verify that a halfedge is part of the mesh.
The identifier of the halfedge.
True if the halfedge is part of the mesh. False otherwise.