Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataPointsFactory.cs =================================================================== diff -u -r5007be256ef2923a6aecbc2639b1e80f38f45539 -rc49912c9ead51b6796adc0145256d9f22205e880 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataPointsFactory.cs (.../MacroStabilityInwardsChartDataPointsFactory.cs) (revision 5007be256ef2923a6aecbc2639b1e80f38f45539) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Factories/MacroStabilityInwardsChartDataPointsFactory.cs (.../MacroStabilityInwardsChartDataPointsFactory.cs) (revision c49912c9ead51b6796adc0145256d9f22205e880) @@ -307,7 +307,19 @@ /// /// The grid to create the grid points for. /// The grid determination type. - /// + /// An array of interpolated points in 2D space based on the provided + /// or an empty array when: + /// + /// is null; + /// is ; + /// the grid settings are invalid: + /// + /// the grid boundaries are ; + /// the number of horizontal or vertical points are not greater than zero. + /// + /// + /// + /// public static Point2D[] CreateGridPoints(MacroStabilityInwardsGrid grid, MacroStabilityInwardsGridDeterminationType gridDeterminationType) { if (grid == null