VolMesh.update_default_vertex_attributes

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

Update the default vertex attributes.

Parameters
  • attr_dict (dict, optional) – A dictionary of attributes with their default values. Defaults to an empty dict.

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

Notes

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