splitPathsByRegionInOnOutXY MethodStatic

  • Find intersections of curvesToCut with boundaries of region.
  • Break curvesToCut into parts inside, outside, and coincident.
  • Return all fragments, split among insideParts, outsideParts, and coincidentParts in the output object.

splitPathsByRegionInOnOutXY(curvesToCut: CurveCollection | CurvePrimitive | undefined, region: AnyRegion): object

Parameter Type Description
curvesToCut CurveCollection | CurvePrimitive | undefined  
region AnyRegion  

Defined in

Last Updated: 05 June, 2020