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: undefined | CurvePrimitive | CurveCollection, makeClones: boolean): undefined | CurvePrimitive | Path | Loop | BagOfCurves

Parameter Type Description
source undefined | CurvePrimitive | CurveCollection  
makeClones boolean  

Returns - undefined | CurvePrimitive | Path | Loop | BagOfCurves

Defined in

Last Updated: 11 June, 2024