VolMesh3gs.unset_cell_attribute
- VolMesh3gs.unset_cell_attribute(cell, name)
Unset the attribute of a cell.
- Parameters
cell (int) – The cell identifier.
name (str) – The name of the attribute.
- Raises
KeyError – If the cell does not exist.
Notes
Unsetting the value of a cell attribute implicitly sets it back to the value stored in the default cell attribute dict.