LineArtist.draw
- LineArtist.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 box.
show_points (bool, optional) – Show the start and end point. Default is
False
.
- Returns
list of bpy.types.Object