CircleArtist
- class compas_ghpython.artists.CircleArtist(*args, **kwargs)[source]
Bases:
GHArtist,PrimitiveArtistArtist for drawing circles.
- Parameters
circle (
compas.geometry.Circle) – A COMPAS circle.**kwargs (dict, optional) – Additional keyword arguments. See
compas_ghpython.artists.GHArtistandcompas.artists.PrimitiveArtistfor more info.
Methods
Draw the circle.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.