CurveArtist
- class compas_ghpython.artists.CurveArtist(*args, **kwargs)[source]
Bases:
GHArtist
,CurveArtist
Artist for drawing curves.
- Parameters
curve (
compas.geometry.Curve
) – A COMPAS curve.- Other Parameters
**kwargs (dict, optional) – Additional keyword arguments. For more info, see
GHArtist
andCurveArtist
.
Methods
Draw the curve.
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.