clone method

clone

Clones this set of cubic Bézier curves.

Returns

Clone of this set of cubic Bézier curves.

def clone(self):
    ...

See Also