Index: production/models/tax/TAX Configurator,1.0.0.xml
===================================================================
diff -u -r4369 -r4393
--- production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 4369)
+++ production/models/tax/TAX Configurator,1.0.0.xml (.../TAX Configurator,1.0.0.xml) (revision 4393)
@@ -79,7 +79,7 @@
-
+
@@ -96,7 +96,7 @@
-
+
@@ -4489,6 +4489,7 @@
local double MIN_VOOR_SIFONLADE_2_SMAL_M = 852; // Minimum voor dubbele M-sifonlade extern
local double MIN_VOOR_SIFONLADE_2_BREED = 962; // Minimum voor dubbele sifonlade met brede uitsparingen
local double MIN_VOOR_SIFONLADE_2_BREED_M = 1152; // Minimum voor dubbele M-sifonlade met brede uitsparingen extern
+local double MIN_VOOR_DUBBELEDWARSVVERDELING = 210;
// Defaults
local double _Breedte = MINIMUM_BREEDTE;
@@ -4510,6 +4511,11 @@
_Breedte = eCon.Core.Functions.Max(_Breedte; _NieuweBeperking);
end if;
+if (not(DATA.Kenmerken.DwarsverdelingAantal == "0") and DATA.Kenmerken.DwarsverdelingType == "Dubbel") then
+ _Breedte = Max(_Breedte; MIN_VOOR_DUBBELEDWARSVVERDELING);
+end if;
+
+
if (_IsSifonlade) then
_NieuweBeperking = MIN_VOOR_SIFONLADE_1_SMAL;
Index: production/models/lbx/LBX Configurator,1.0.0.xml
===================================================================
diff -u -r4368 -r4393
--- production/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 4368)
+++ production/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 4393)
@@ -50,7 +50,7 @@
-
+
@@ -59,7 +59,7 @@
-
+
@@ -5457,6 +5457,7 @@
local double MINIMUM_BREEDTE_SIFONLADE_DUBBEL = 400;
local double MINIMUM_BREEDTE_UITSPARING = 150;
local double MINIMUM_BREEDTE_ZIJSTABILISERING = 362;
+local double MINIMUM_BREEDTE_DUBBELEDWARSVVERDELING = 210;
// Gedeelte voor (extra) Smalle Lade
local double _MinimumBreedte = MINIMUM_BREEDTE_SMALLELADE;
@@ -5494,6 +5495,11 @@
_MinimumBreedte = Max(_MinimumBreedte; MINIMUM_BREEDTE_ZIJSTABILISERING);
end if;
+if (not(DATA.Kenmerken.DwarsverdelingAantal == "0") and DATA.Kenmerken.DwarsverdelingType == "Dubbel") then
+ _MinimumBreedte = Max(_MinimumBreedte; MINIMUM_BREEDTE_DUBBELEDWARSVVERDELING);
+end if;
+
+
RANGE.InterneBreedte.Minimum = _MinimumBreedte;
// todo: controleren op extra beperkingen (niet in extremabepaler) bv. geleidertechnologie