LineArtist
- class compas_ghpython.artists.LineArtist(item, **kwargs)[source]
Bases:
GHArtist,PrimitiveArtistArtist for drawing lines.
- Parameters
line (
Line) – A COMPAS line.**kwargs (dict, optional) – Additional keyword arguments. See
GHArtistandPrimitiveArtistfor more info.
Methods
Draw the line.
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.