PolylineArtist.draw

PolylineArtist.draw(color: Optional[Union[Tuple[int, int, int], Tuple[float, float, float]]] = None, show_points: Optional[bool] = False) List[bpy.types.Object][source]

Draw the line.

Parameters
  • color (tuple of float or tuple of int, optional) – The RGB color of the polyline.

  • show_points (bool, optional) – Show the points of the polyline. Default is False.

Returns

list of bpy.types.Object