CylinderArtist.draw
-
CylinderArtist.
draw
(u=10, show_vertices=False, show_edges=False, show_faces=True, join_faces=True)[source] Draw the cylinder associated with the artist.
- Parameters
u (int, optional) – Number of faces in the “u” direction. Default is
10
.show_vertices (bool, optional) – Default is
False
.show_edges (bool, optional) – Default is
False
.show_faces (bool, optional) – Default is
True
.join_faces (bool, optional) – Default is
True
.
- Returns
list – The GUIDs of the objects created in Rhino.