VolMesh.unset_cell_attribute

VolMesh.unset_cell_attribute(cell, name)[source]

Unset the attribute of a cell.

Parameters:
cellint

The cell identifier.

namestr

The name of the attribute.

Returns:
None
Raises:
KeyError

If the cell does not exist.

See also

cell_attribute()

Notes

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