CircleArtist.draw

CircleArtist.draw(color=None, show_point=False, show_normal=False)[source]

Draw the circle.

Parameters
  • color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The RGB color of the capsule. The default color is compas.artists.PrimitiveArtist.color.

  • show_point (bool, optional) – If True, also draw the center point of the circle.

  • show_normal (bool, optional) – If True, also draw the normal vector of the circle.

Returns

list[bpy.types.Object] – The objects created in Blender.