RhinoArtist

class compas_rhino.artists.RhinoArtist(*args, **kwargs)[source]

Bases: compas.artists.artist.Artist

Base class for all Rhino artists.

Methods

build(item, **kwargs)

Build an artist corresponding to the item type.

build_as(item, artist_type, **kwargs)

clear()

clear_layer()

draw()

draw_collection(collection)

get_artist_cls(data, **kwargs)

redraw()

register(item_type, artist_type)