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 (and simplifyPath is false), the output Path is 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 to simplifyPath, which removes small cusp segments in output.

Defined in

Last Updated: 03 September, 2026