ForceVolMesh.face_attribute
- ForceVolMesh.face_attribute(face, name, value=None)
Get or set an attribute of a face.
- Parameters
face (int) – The face identifier.
name (str) – The name of the attribute.
value (obj, optional) – The value of the attribute.
- Returns
object or None – The value of the attribute, or
None
when the function is used as a “setter”.- Raises
KeyError – If the face does not exist.