announceClipIntervals Method
Find intervals of this CurvePrimitive that are interior to a clipper.
- This implementation simply passes the call to the proxy curve.
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) function to be called announcing fractional intervals of the input curve. |
Returns - boolean
true if any "in" segments are announced.
Defined in
- bspline/InterpolationCurve3d.ts Line 331
Last Updated: 07 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.