HalfEdge.update_default_face_attributes
- HalfEdge.update_default_face_attributes(attr_dict=None, **kwattr)[source]
Update the default face attributes.
- Parameters:
- attr_dictdict[str, Any], optional
A dictionary of attributes with their default values.
- **kwattrdict[str, Any], optional
A dictionary compiled of remaining named arguments.
- Returns:
- None
Notes
Named arguments overwrite corresponding key-value pairs in the attribute dictionary.