Mesh.delete_vertex

Mesh.delete_vertex(key)[source]

Delete a vertex from the mesh and everything that is attached to it.

Parameters

key (int) – The identifier of the vertex.

Returns

None

Notes

In some cases, disconnected vertices can remain after application of this method. To remove these vertices as well, combine this method with vertex culling (cull_vertices()).