HalfFace.unset_cell_attribute
- HalfFace.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
Notes
Unsetting the value of a cell attribute implicitly sets it back to the value stored in the default cell attribute dict.