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  

Defined in

Last Updated: 05 June, 2020