BaseMesh.has_vertex
-
BaseMesh.
has_vertex
(key) Verify that a vertex is in the mesh.
- Parameters
key (int) – The identifier of the vertex.
- Returns
bool – True if the vertex is in the mesh. False otherwise.
BaseMesh.
has_vertex
(key)Verify that a vertex is in the mesh.
key (int) – The identifier of the vertex.
bool – True if the vertex is in the mesh. False otherwise.