HalfFace.update_default_edge_attributes

HalfFace.update_default_edge_attributes(attr_dict=None, **kwattr)[source]

Update the default edge attributes.

Parameters
  • attr_dict (dict[str, Any], optional) – A dictionary of attributes with their default values.

  • **kwattr (dict[str, Any], optional) – A dictionary of additional attributes compiled of remaining named arguments.

Returns

None

Notes

Named arguments overwrite correpsonding key-value pairs in the attribute dictionary.