Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs =================================================================== diff -u -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e -rd82fa09fe9ae053ce7702ba89ef23ae029640d1b --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision d82fa09fe9ae053ce7702ba89ef23ae029640d1b) @@ -40,10 +40,10 @@ private double bottom; /// - /// Creates a new instance of with the supposed name for the new + /// Creates a new instance of with the supposed name for the new /// and the point at which a 1D profile should be obtained from the 2D profile. /// - /// The name for the constructed by the . + /// The name for the constructed by the . /// The x position from which to obtain a 1D profile. /// The indentifier of the profile in the database. /// Thrown when can not be used to determine intersections with @@ -62,11 +62,11 @@ } /// - /// Creates a new instances of the based on the layer definitions. + /// Creates a new instances of the based on the layer definitions. /// - /// A new . + /// A new . /// Thrown when trying to build a - /// and not having added any layers using . + /// and not having added any layers using . /// internal PipingSoilProfile Build() { @@ -86,7 +86,7 @@ /// The to add to the profile. /// The . /// Thrown when the 's geometry - /// contains vertical segments the X-coordinate given for the construction of the + /// contains vertical segments at the X-coordinate given for the construction of the /// . internal SoilProfileBuilder2D Add(SoilLayer2D soilLayer) {