- Preparing search index...
- The search index is not available
Documentation
Function pickBendParameterRow
- pickBendParameterRow<T>(table, sheetBendingMaterialId, maxThickness, maxBendLineNetLength): T | undefined
-
Parameters
-
table: readonly Readonly<T>[]
-
sheetBendingMaterialId: string
-
maxThickness: number
-
maxBendLineNetLength: number
Returns T | undefined
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.