CurveArtist.draw

CurveArtist.draw(color=None)[source]

Draw the curve.

Parameters

color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The RGB color of the curve. The default color is compas.artists.CurveArtist.color.

Returns

list[bpy.types.Object]