ForceDiagram.delete_face
- ForceDiagram.delete_face(fkey)[source]
- Delete a face from the mesh object. - Parameters
- fkey (int) – The identifier of the face. 
- 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()).