Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs
===================================================================
diff -u -r72b12726b73e7e011bed836163635b64220c23f1 -r73bd43678d003eca592c2ce14a2500a983d9b4c9
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs (.../IUpliftVanKernel.cs) (revision 72b12726b73e7e011bed836163635b64220c23f1)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs (.../IUpliftVanKernel.cs) (revision 73bd43678d003eca592c2ce14a2500a983d9b4c9)
@@ -81,33 +81,16 @@
SlipPlaneUpliftVan SlipPlaneUpliftVan { set; }
///
- /// Sets whether the grid is automatically determined or not.
+ /// Sets the slip plane constraints.
///
- bool GridAutomaticDetermined { set; }
+ SlipPlaneConstraints SlipPlaneConstraints { set; }
///
- /// Sets whether zones should be created.
+ /// Sets whether the grid is automatically determined or not.
///
- bool CreateZones { set; }
+ bool GridAutomaticDetermined { set; }
///
- /// Sets whether forbidden zones are automatically determined or not.
- ///
- bool AutomaticForbiddenZones { set; }
-
- ///
- /// Sets the minimum depth of the slip plane.
- /// [m]
- ///
- double SlipPlaneMinimumDepth { set; }
-
- ///
- /// Sets the minimum length of the slip plane.
- /// [m]
- ///
- double SlipPlaneMinimumLength { set; }
-
- ///
/// Gets the factor of stability.
///
double FactorOfStability { get; }