CircleArtist.draw
- CircleArtist.draw(color=None, show_point=False, show_normal=False)[source]
Draw the circle.
- Parameters
color (tuple[int, int, int] | tuple[float, float, float] |
Color
, optional) – The RGB color of the circle. Default iscompas.artists.PrimitiveArtist.color
.show_point (bool, optional) – If True, draw the center point of the circle.
show_normal (bool, optional) – If True, draw the normal vector of the circle.
- Returns
list[System.Guid] – The GUIDs of the created Rhino objects.