CreateFilletsInLineStringOptions Interface
Interface bundling options for createFilletsInLineString.
Properties
| Name | Type | Description | |
|---|---|---|---|
| allowCusp | boolean | undefined | Whether to allow cusps in the output Path. |
|
| closureTolerance | number | undefined | Maximum distance between first and last input points for the line string to be considered closed. | |
| cuspSegments | boolean | undefined | Whether to output a LineSegment3d for each cusp segment. |
|
| cuspTolerance | number | undefined | Maximum allowable length of a cusp when allowCusp is true. |
|
| filletClosure | boolean | undefined | Whether to fillet the closure of the input line string. |
Defined in
- curve/CurveFactory.ts Line 114
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.