PointArtist.draw

PointArtist.draw(color=None)[source]

Draw the point.

Parameters

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

Returns

list[bpy.types.Object]