aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-05-26 07:07:18 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-05-26 07:07:18 +0300
commita6a0f104c53e973848a430512aff951f38a2db6c (patch)
tree7d3b03438dc67733b1f7c8356954b2cadf05f01f
parentcc32e4792c03d64bc4b2bf7c8e6b07eed5e714ba (diff)
Add mx couplings support
-rw-r--r--RhSolutions.AddIn/Services/CouplingsCalculator.cs8
-rw-r--r--RhSolutions.Tests/TestWorkbooks/TestSpecificationCouplings.xlsxbin358588 -> 358618 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/RhSolutions.AddIn/Services/CouplingsCalculator.cs b/RhSolutions.AddIn/Services/CouplingsCalculator.cs
index d32e026..79e72f5 100644
--- a/RhSolutions.AddIn/Services/CouplingsCalculator.cs
+++ b/RhSolutions.AddIn/Services/CouplingsCalculator.cs
@@ -38,10 +38,10 @@ public class CouplingsCalculator : IFittingsCalculator
.ToDictionary(kvp =>
kvp.Key switch
{
- "16" => new Product("11600111001"),
- "20" => new Product("11600121001"),
- "25" => new Product("11600131001"),
- "32" => new Product("11600141001"),
+ "16" => new Product("11080111001"),
+ "20" => new Product("11080121001"),
+ "25" => new Product("11080131001"),
+ "32" => new Product("11080141001"),
"40" => new Product("11600151001"),
"50" => new Product("14563021001"),
"63" => new Product("14563031001"),
diff --git a/RhSolutions.Tests/TestWorkbooks/TestSpecificationCouplings.xlsx b/RhSolutions.Tests/TestWorkbooks/TestSpecificationCouplings.xlsx
index 0acdf22..77335b9 100644
--- a/RhSolutions.Tests/TestWorkbooks/TestSpecificationCouplings.xlsx
+++ b/RhSolutions.Tests/TestWorkbooks/TestSpecificationCouplings.xlsx
Binary files differ