announceClipIntervals Method

Find intervals of this CurvePrimitive that are interior to a clipper

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"
announce(fraction0, fraction1, curvePrimitive)

Returns - boolean

true if any "in" segments are announced.

Defined in

Last Updated: 25 April, 2024