CircleArtist.draw

CircleArtist.draw(color: Optional[Union[Tuple[int, int, int], Tuple[float, float, float]]] = None, show_point=False, show_normal=False) List[bpy.types.Object][source]

Draw the circle.

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

  • show_point (bool, optional) – Default is False.

  • show_normal (bool, optional) – Default is False.

Returns

list – The objects created in Blender.