CylinderArtist.draw

CylinderArtist.draw(color=None, u=None)[source]

Draw the cylinder associated with the artist.

Parameters
  • color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The RGB color of the cylinder.

  • u (int, optional) – Number of faces in the “u” direction. Default is u.

Returns

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