API Reference > geometry-core > CartesianGeometry > BooleanClipFactory > createCaptureParity createCaptureParity MethodStatic Create a boolean clipper which performs a parity over its children if keepInside === true, accept the "inside" of the parity result if keepInside === false, accept the "outside" of the parity result createCaptureParity(clippers: Clipper | Clipper[], keepInside: boolean): Clipper Parameter Type Description clippers Clipper | Clipper[] clip objects to capture keepInside boolean flag to select results inside or outside the clippers. Returns - Clipper Defined in core/geometry/src/clipping/BooleanClipFactory.ts Line 58 Last Updated: 13 June, 2024