VolMesh.update_default_face_attributes

VolMesh.update_default_face_attributes(attr_dict=None, **kwattr)[source]

Update the default face attributes.

Parameters
  • attr_dict (dict (None)) – A dictionary of attributes with their default values.

  • kwattr (dict) – A dictionary compiled of remaining named arguments. Defaults to an empty dict.

Notes

Named arguments overwrite correpsonding key-value pairs in the attribute dictionary, if they exist.