Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsCalculationService.cs =================================================================== diff -u -r991a9bc3bb36370b7be134369211b0edfd1b227e -r34ad98587d7f114c9f7c2233199b34fc1ef6dc76 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsCalculationService.cs (.../MacroStabilityInwardsCalculationService.cs) (revision 991a9bc3bb36370b7be134369211b0edfd1b227e) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsCalculationService.cs (.../MacroStabilityInwardsCalculationService.cs) (revision 34ad98587d7f114c9f7c2233199b34fc1ef6dc76) @@ -196,7 +196,11 @@ RightGrid = inputParameters.RightGrid, TangentLineAutomaticAtBoundaries = inputParameters.TangentLineDetermination == MacroStabilityInwardsTangentLineDetermination.LayerSeparated, TangentLineZTop = inputParameters.TangentLineZTop, - TangentLineZBottom = inputParameters.TangentLineZBottom + TangentLineZBottom = inputParameters.TangentLineZBottom, + CreateZones = inputParameters.CreateZones, + AutomaticForbiddenZones = inputParameters.AutomaticForbiddenZones == MacroStabilityInwardsZoningBoundariesDetermination.Automatic, + SlipPlaneMinimumDepth = inputParameters.SlipPlaneMinimumDepth, + SlipPlaneMinimumLength = inputParameters.SlipPlaneMinimumLength }); } }