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 allowCusp and cuspSegments are true, the output Path is guaranteed to be continuous; otherwise, the output Path has 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

Last Updated: 23 June, 2026