BaseArtist

class compas_rhino.artists.BaseArtist[source]

Bases: object

Base class for all Rhino artists.

Attributes

guids (list) – A list of the GUID of the Rhino objects created by the artist.

Methods

__init__()

Initialize self.

build(item, **kwargs)

Build an artist corresponding to the item type.

clear()

draw()

redraw()

register(item_type, artist_type)