PolyhedronArtist.draw
- PolyhedronArtist.draw(color: Optional[Union[Tuple[int, int, int], Tuple[float, float, float]]] = None) List[bpy.types.Object] [source]
Draw the polyhedron associated with the artist.
- Parameters
color (tuple of float, optional) – The RGB color of the polyhedron.
- Returns
list – The objects created in Blender.