HalfFace.update_default_vertex_attributes
- HalfFace.update_default_vertex_attributes(attr_dict=None, **kwattr)[source]
Update the default vertex attributes.
- Parameters:
- attr_dictdict[str, Any], optional
A dictionary of attributes with their default values.
- **kwattrdict[str, Any], optional
A dictionary of additional attributes compiled of remaining named arguments.
- Returns:
- None
See also
Notes
Named arguments overwrite correpsonding name-value pairs in the attribute dictionary.