• Pick a row from BendTimeParameters[] or BendRateParameters[]

    There are two columns where a threshold is used to pick a row:

    • thickness
    • maxBendLineNetLength

    To follow the principle of least supprise only rows sharing the same thickness are considered when applying the bendLineNetLength threshold.

    Type Parameters

    Parameters

    • table: readonly Readonly<T>[]
    • sheetBendingMaterialId: string
    • maxThickness: number
    • maxBendLineNetLength: number

    Returns T | undefined

Generated using TypeDoc