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(andsimplifyPathisfalse), the outputPathis guaranteed to be continuous; otherwise, it may have gaps, and downstream processing may not tolerate these gaps if they are too large. - Compare this option to
allowCusp, which controls the presence of cusps in output, and tosimplifyPath, which removes small cusp segments in output.
Defined in
- curve/CurveFactory.ts Line 163
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.