PointArtist.draw

PointArtist.draw(color=None)[source]

Draw the point.

Parameters

color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The RGB color of the point. Default is compas.artists.PrimitiveArtist.color.

Returns

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