BoxArtist.draw

BoxArtist.draw(color=None)[source]

Draw the box associated with the artist.

Parameters

color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The RGB color of the box. The default color is compas.artists.ShapeArtist.color.

Returns

list[bpy.types.Object] – The object(s) created in Blender to represent the box.