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