CircleArtist

class compas_ghpython.artists.CircleArtist(primitive, color=None)[source]

Bases: compas_ghpython.artists._primitiveartist.PrimitiveArtist

Artist for drawing circles.

Parameters

primitive (compas.geometry.Circle) – A COMPAS circle.

Other Parameters

See :class:`compas_ghpython.artists.PrimitiveArtist` for all other parameters.

Methods

__init__(primitive[, color])

Initialize self.

draw()

Draw the circle.

draw_collection(collection)

Draw the collection of circles.