PolylineArtist.draw
- PolylineArtist.draw(color=None, show_points=False)[source]
Draw the polyline.
- Parameters
color (tuple[int, int, int] | tuple[float, float, float] |
Color
, optional) – The RGB color of the polyline. Default iscompas.artists.PrimitiveArtist.color
.show_points (bool, optional) – If True, draw the points of the polyline.
- Returns
list[System.Guid] – The GUIDs of the created Rhino objects.