ConeArtist.draw

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

Draw the cone associated with the artist.

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

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

Returns

list[System.Guid] – The GUIDs of the objects created in Rhino.