Mesh.has_vertex
- Mesh.has_vertex(key)[source]
Verify that a vertex is in the mesh.
- Parameters:
- keyint
The identifier of the vertex.
- Returns:
- bool
True if the vertex is in the mesh. False otherwise.
Site Navigation
Verify that a vertex is in the mesh.
The identifier of the vertex.
True if the vertex is in the mesh. False otherwise.