GHArtist

class compas_ghpython.artists.GHArtist(item, **kwargs)[source]

Bases: Artist

Base class for all GH artists.

Methods

clear

Clear all objects from the view.

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

draw

The main drawing method.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.