BlockGeometry.unset_face_attribute

BlockGeometry.unset_face_attribute(key, name)

Unset the attribute of a face.

Parameters:
keyint

The face identifier.

namestr

The name of the attribute.

Returns:
None
Raises:
KeyError

If the face does not exist.

Notes

Unsetting the value of a face attribute implicitly sets it back to the value stored in the default face attribute dict.