Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs =================================================================== diff -u -r8812d89d60c209df55e8d7bb727aa79ad2004f4c -rb533cf59bc54e746ab1f89186a544fd23a62fed5 --- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision 8812d89d60c209df55e8d7bb727aa79ad2004f4c) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/ExportableWaveConditions.cs (.../ExportableWaveConditions.cs) (revision b533cf59bc54e746ab1f89186a544fd23a62fed5) @@ -76,14 +76,20 @@ WaveHeight = waveConditionsOutput.WaveHeight; WavePeriod = waveConditionsOutput.WavePeakPeriod; WaveAngle = waveConditionsOutput.WaveAngle; + WaveDirection = waveConditionsOutput.WaveDirection; } /// - /// Gets the wave angle. + /// Gets the wave angle with respect to the dike normal. /// public RoundedDouble WaveAngle { get; private set; } /// + /// Gets the wave direction with respect to North. + /// + public RoundedDouble WaveDirection { get; private set; } + + /// /// Gets the wave period. /// public RoundedDouble WavePeriod { get; private set; }