Function pickBendParameterRow
pickBendParameterRow<T extends BendTimeParametersUniqueMembers>( table: readonly Readonly<T>[], sheetBendingMaterialId: string, maxThickness: number, maxBendLineNetLength: number,): undefined | T Parameters
- table: readonly Readonly<T>[]
- sheetBendingMaterialId: string
- maxThickness: number
- maxBendLineNetLength: number
Returns undefined | T
Pick a row from BendTimeParameters[] or BendRateParameters[]
There are two columns where a threshold is used to pick a row:
To follow the principle of least supprise only rows sharing the same thickness are considered when applying the bendLineNetLength threshold.