Path2

Constructs a Path2 instance from a collection of 2D parametric curves, ensuring the curves are continuous in sequence and adjusting the bounding box and ring status accordingly.

Return

A new Path2 object representing the sequence of curves, along with its bounding box and ring status.

Parameters

cs

An iterable collection of Curve2 objects that define the path.