announceClipIntervals Method
Find intervals of this curve that are interior to the clipper.
- Default implementation calls
clipper.announceClippedCurveIntervals; subclasses can implement more efficiently as necessary.
announceClipIntervals(clipper: Clipper, announce?: AnnounceNumberNumberCurvePrimitive): boolean
@returns true if any "in" segments are announced.
| Parameter | Type | Description |
|---|---|---|
| clipper | Clipper | clip structure (e.g. clip planes) |
| announce | AnnounceNumberNumberCurvePrimitive | (optional) called to announce each fractional interval: announce(fraction0, fraction1, this) |
Returns - boolean
true if any "in" segments are announced.
Defined in
- curve/CurvePrimitive.ts Line 663
Last Updated: 20 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.