API Reference > geometry-core > Curve > RegionOps > splitToPathsBetweenFlagBreaks splitToPathsBetweenFlagBreaks MethodStatic Create paths assembled from many curves. Assemble consecutive curves NOT separated by either end flags or gaps into paths. Return simplest form -- single primitive, single path, or bag of curves. splitToPathsBetweenFlagBreaks(source: CurveCollection | CurvePrimitive | undefined, makeClones: boolean): BagOfCurves | Path | CurvePrimitive | undefined Parameter Type Description source CurveCollection | CurvePrimitive | undefined makeClones boolean Returns - BagOfCurves | Path | CurvePrimitive | undefined Defined in core/geometry/src/curve/RegionOps.ts Line 507 Last Updated: 13 June, 2024