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 box. Default iscompas.artists.ShapeArtist.color
.u (int, optional) ā Number of faces in the āuā direction. Default is
CylinderArtist.u
- Returns