cuspSegments
cuspSegments: boolean | undefined
Whether to output a LineSegment3d for each cusp segment. Default value is true.
- The cusp segment of a cusp is the retrograde line segment that bridges the gap formed by the cusp along its consumed line string edge, possibly extended.
- When
allowCuspandcuspSegmentsaretrue, the outputPathis guaranteed to be continuous; otherwise, the outputPathhas a gap at each cusp, and downstream processing may not tolerate these gaps if they are too large. - Compare this option to
allowCusp, which controls the presence of the cusps themselves.
Defined in
- curve/CurveFactory.ts Line 160
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.