PolylineArtist
- class compas_ghpython.artists.PolylineArtist(*args, **kwargs)[source]
Bases:
GHArtist
,PrimitiveArtist
Artist for drawing polylines.
- Parameters
polyline (
compas.geometry.Polyline
) – A COMPAS polyline.**kwargs (dict, optional) – Additional keyword arguments. See
compas_ghpython.artists.GHArtist
andcompas.artists.PrimitiveArtist
for more info.
Methods
Draw the polyline.
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.