allowCusp
allowCusp: boolean | undefined
Allow creation of retrograde edges to join large-radius fillets.
- If
true(default), cusps are present in the outputPathwhen the radius is too large. - If
false, a fillet with overly large radius is disallowed, resulting in a simple corner.
Defined in
- curve/CurveFactory.ts Line 120
Last Updated: 03 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.