PolygonArtist.draw
- PolygonArtist.draw(color: Optional[Union[Tuple[int, int, int], Tuple[float, float, float]]] = None, show_points: bool = False, show_edges: bool = False, show_face: bool = True) List[bpy.types.Object] [source]
Draw the polygon.
- Parameters
color (tuple of float or tuple of int, optional) – The RGB color of the polygon.
show_points (bool, optional) – Default is
False
.show_edges (bool, optional) – Default is
False
.show_face (bool, optional) – Default is
True
.
- Returns
list of bpy.types.Object