Index: Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs =================================================================== diff -u -r3bf7e84ac84de7dd0be38be7e9f2372878e733f6 -r10779bb6a6db2d00f4627b2bc190e7e35e1fee3e --- Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision 3bf7e84ac84de7dd0be38be7e9f2372878e733f6) +++ Ringtoets/Piping/src/Ringtoets.Piping.IO/Builders/SoilProfileBuilder2D.cs (.../SoilProfileBuilder2D.cs) (revision 10779bb6a6db2d00f4627b2bc190e7e35e1fee3e) @@ -22,8 +22,8 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; -using Ringtoets.Piping.Data; using Ringtoets.Piping.IO.Properties; +using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.IO.Builders { @@ -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() {