filletClosure
filletClosure: boolean | undefined
Whether to fillet the closure.
- If
true, the input line string is treated as a polygon (closure point optional), and the outputPathis closed and has a fillet at its start point. If both first and last input points are identical, the last point's entry in the radius array is ignored. - If
false(default), the first and last points receive no fillet and their respective entries in the radius array are ignored.
Defined in
- curve/CurveFactory.ts Line 129
Last Updated: 03 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.