Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Design/DesignScenario.cs
===================================================================
diff -u -r6191 -r6404
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Design/DesignScenario.cs (.../DesignScenario.cs) (revision 6191)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Design/DesignScenario.cs (.../DesignScenario.cs) (revision 6404)
@@ -1,4 +1,4 @@
-// Copyright (C) Stichting Deltares 2024. All rights reserved.
+// Copyright (C) Stichting Deltares 2025. All rights reserved.
//
// This file is part of the Dam Engine.
//
@@ -108,7 +108,7 @@
///
[Description("Required safety factor stability inner slope")]
public double RequiredSafetyFactorStabilityInnerSlope { get; set; }
-
+
///
/// Gets or sets the required safety factor stability outer slope.
///
@@ -117,7 +117,6 @@
///
[Description("Required safety factor stability outer slope")]
public double RequiredSafetyFactorStabilityOuterSlope { get; set; }
-
///
/// Gets or sets the required safety factor piping.
@@ -126,8 +125,7 @@
/// The required safety factor piping.
///
[Description("Required safety factor piping")]
- public double RequiredSafetyFactorPiping {get; set; }
-
+ public double RequiredSafetyFactorPiping { get; set; }
///
/// Gets or sets the uplift criterion piping.
@@ -136,8 +134,8 @@
/// The uplift criterion piping.
///
[Description("Uplift criterion piping")]
- public double UpliftCriterionPiping {get; set; }
-
+ public double UpliftCriterionPiping { get; set; }
+
///
/// Gets or sets the uplift criterion stability.
///
@@ -146,7 +144,7 @@
///
[Description("Uplift criterion stability")]
public double UpliftCriterionStability { get; set; }
-
+
public double PlLineOffsetBelowDikeTopAtRiver { get; set; } = 0.5;
///
@@ -353,6 +351,7 @@
{
throw new ArgumentException("Both soilProfile1D and soilProfile2D are null.");
}
+
object objectAsKey = GetObjectAsKey(soilProfile1D, soilProfile2D);
SetRedesignedSurfaceLine(objectAsKey, surfaceLine);
}