CurveArtist

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

Bases: GHArtist, CurveArtist

Artist for drawing curves.

Parameters

curve (Curve) – A COMPAS curve.

Other Parameters

**kwargs (dict, optional) – Additional keyword arguments. For more info, see GHArtist and CurveArtist.

Methods

draw

Draw the curve.

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

clear

Clear all objects from the view.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.