Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedFailureMechanismSection.cs
===================================================================
diff -u -r813dd2297b7f9945a005da0e3191dac27eee0cb5 -raa45a8e9f198ca0cfab1deb1559d6983cbc64cd2
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedFailureMechanismSection.cs (.../ExportableCombinedFailureMechanismSection.cs) (revision 813dd2297b7f9945a005da0e3191dac27eee0cb5)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedFailureMechanismSection.cs (.../ExportableCombinedFailureMechanismSection.cs) (revision aa45a8e9f198ca0cfab1deb1559d6983cbc64cd2)
@@ -15,9 +15,9 @@
///
/// The geometry of the failure mechanism section.
/// The start distance of the failure mechanism section between the section
- /// and the start of the reference line.
+ /// and the start of the reference line in meters.
/// The end distance of the failure mechanism section between the section
- /// and the start of the reference line.
+ /// and the start of the reference line in meters.
/// The assembly method which was used to get this section.
/// Thrown when
/// is null.
Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismSection.cs
===================================================================
diff -u -r719f58258effac77f637df0dbb631cf5ac3b0753 -raa45a8e9f198ca0cfab1deb1559d6983cbc64cd2
--- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismSection.cs (.../ExportableFailureMechanismSection.cs) (revision 719f58258effac77f637df0dbb631cf5ac3b0753)
+++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismSection.cs (.../ExportableFailureMechanismSection.cs) (revision aa45a8e9f198ca0cfab1deb1559d6983cbc64cd2)
@@ -14,9 +14,9 @@
///
/// The geometry of the failure mechanism section.
/// The start distance of the failure mechanism section between the section
- /// and the start of the reference line.
+ /// and the start of the reference line in meters.
/// The end distance of the failure mechanism section between the section
- /// and the start of the reference line.
+ /// and the start of the reference line in meters.
/// Thrown when is null.
public ExportableFailureMechanismSection(IEnumerable geometry, double startDistance, double endDistance)
{
@@ -37,11 +37,13 @@
///
/// Gets the start distance between the failure mechanism section and the start of the reference line.
+ /// [m]
///
public double StartDistance { get; }
///
/// Gets the end distance between the failure mechanism section and the reference line.
+ /// [m]
///
public double EndDistance { get; }
}