Clipper Interface

An object containing clipping planes that can be used to clip geometry.

Implemented by

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

Last Updated: 08 January, 2020