RhinoArtist
- class compas_rhino.artists.RhinoArtist(*args, **kwargs)[source]
Bases:
Artist
Base class for all Rhino artists.
- Parameters
layer (str, optional) – A layer name.
**kwargs (dict, optional) – Additional keyword arguments. See
Artist
for more info.
Methods
Clear the layer of the artist.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
The main drawing method.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.