BoxArtist.build

static BoxArtist.build(item, **kwargs)[source]

Build an artist corresponding to the item type.

Parameters

kwargs (dict, optional) – The keyword arguments (kwargs) collected in a dict. For relevant options, see the parameter lists of the matching artist type.

Returns

compas.artists.Artist – An artist of the type matching the provided item according to the item-artist map ~Artist.ITEM_ARTIST. The map is created by registering item-artist type pairs using ~Artist.register.