createFilletsInLineString MethodStatic
Construct a sequence of alternating lines and arcs with the arcs creating tangent transition between consecutive edges.
createFilletsInLineString(points: LineString3d | IndexedXYZCollection | Point3d[], radius: number, allowBackupAlongEdge: boolean = true): Path | undefined
| Parameter | Type | Description |
|---|---|---|
| points | LineString3d | IndexedXYZCollection | Point3d[] | point source |
| radius | number | fillet radius |
| allowBackupAlongEdge | boolean | true to allow edges to be created going "backwards" along edges if needed to create the blend. |
Defined in
Last Updated: 08 January, 2020