Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs =================================================================== diff -u -r72b12726b73e7e011bed836163635b64220c23f1 -r8d246ac6328e6e649ff6e78dfe3fac210d789ba0 --- 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 8d246ac6328e6e649ff6e78dfe3fac210d789ba0) @@ -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; }