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.

Returns - Path | undefined

Defined in

Last Updated: 13 June, 2024