PolyhedronArtist.draw
- PolyhedronArtist.draw(color=None)[source]
Draw the polyhedron associated with the artist.
- Parameters
color (tuple[float, float, float] or tuple[int, int, int], 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.