VolMesh.unset_face_attribute

VolMesh.unset_face_attribute(face, name)[source]

Unset the attribute of a face.

Parameters
  • face (int) – The face identifier.

  • name (str) – The name of the attribute.

Raises

KeyError – If the face does not exist.

Returns

None

Notes

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