CurveObject.draw

CurveObject.draw(color=None, collection=None)[source]

Draw the curve.

Parameters:
colortuple[int, int, int] | tuple[float, float, float] | compas.colors.Color, optional

The RGB color of the curve.

collectionstr, optional

The name of the Blender scene collection containing the created object(s).

Returns:
list[bpy.types.Object]

The objects created in Blender.