Mesh.delete_face
- Mesh.delete_face(fkey)[source]
Delete a face from the mesh object.
- Parameters:
- fkeyint
The identifier of the face.
- Returns:
- None
See also
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()
).