Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs
===================================================================
diff -u -r1581 -r1591
--- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 1581)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 1591)
@@ -1603,5 +1603,19 @@
var factory = new SensorFactory();
SensorData = factory.CreateSensorLocation(this);
}
+ ///
+ /// Creates an instance of model parameters for pl lines.
+ ///
+ ///
+ public ModelParametersForPlLines CreateModelParametersForPlLines()
+ {
+ return new ModelParametersForPlLines
+ {
+ PenetrationLength = ModelParametersForPlLines.PenetrationLength,
+ DampingFactorPl3 = ModelParametersForPlLines.DampingFactorPl3,
+ DampingFactorPl4 = ModelParametersForPlLines.DampingFactorPl4,
+ PlLineCreationMethod = ModelParametersForPlLines.PlLineCreationMethod
+ };
+ }
}
}
\ No newline at end of file