PolyhedronArtist.draw

PolyhedronArtist.draw(color=None)[source]

Draw the polyhedron associated with the artist.

Parameters

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

Returns

list[bpy.types.Object] – The objects created in Blender.