ConeArtist.draw

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

Draw the cone associated with the artist.

Parameters
  • color (tuple[float, float, float] or tuple[int, int, int], optional) – The RGB color of the cone. The default color is compas.artists.ShapeArtist.color.

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

Returns

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