closureTolerance
closureTolerance: number | undefined
Maximum distance between first and last input points for the line string to be considered closed. Default value is smallMetricDistance.
- This distance is used when
filletClosureistrueto detect whether the last point is redundant and thus to be ignored during processing.
Defined in
- curve/CurveFactory.ts Line 141
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.