API Reference > geometry-core > CartesianGeometry > Clipper Clipper Interface An object containing clipping planes that can be used to clip geometry. Implemented by ClipPlane ConvexClipPlaneSet Ellipsoid UnionOfConvexClipPlaneSets Methods Name Description announceClippedArcIntervals(arc: Arc3d, announce?: AnnounceNumberNumberCurvePrimitive): boolean Find the portion (or portions) of the arc (if any) that are within the convex clip volume. announceClippedSegmentIntervals(f0: number, f1: number, pointA: Point3d, pointB: Point3d, announce?: AnnounceNumberNumber): boolean Find the parts of the line segment (if any) that is within the convex clip volume. isPointOnOrInside(point: Point3d, tolerance?: number): boolean test if point is on or inside the Clipper's volume. Defined in clipping/ClipUtils.ts Line 58 Last Updated: 11 June, 2024