Removed the Todo's and the if's belonging to it as timplementing the ToDo's would result in unwanted change in functionality.Related to Issue [MWDAM-1035]
Moved FactoryForSoilProfiles.cs and FactoryForSurfaceLines.cs from Calculators.Tests to TestHelpers.Moved Physics.cs from Calculators/General to Data/GeneralRelated to Issue [MWDAM-1117]
Moved Categories.cs from Deltares.DamEngine.Calculators.Tests to new project Deltares.DamEngine.TestHelpers because it is needed by Deltares.DamEngine.Interface.Tests as well.Set CanPerformSellmeijer4ForcesDesignPipingVoorbeeld1 to WIP.Added link to Copying.APGL.licenseheader in Deltares.DamEngine.Interface.Tests as well.Related to Issue [MWDAM-1113]
Further simplified use of redesignedSurfaceLine as only one can exists per result anyway. So now only one (in global and local form)is used instead of one for piping and one for stability (with their local and global forms).Related to Issue [MWDAM-1115]
Added code to read the stability design parameters from the engine output and to add these to the UI-data. Although there is a unit test for this, the real testing can only take place once the whole "train" (UI-Engine-kernel) is in place.Related to Issue [MWDAM-1115]
Made sure that properties which depend on the surface line now use the proper surface lines. This is: where possible the correct GLOBAL redesigned surface line (all parts of coordinates should be returned in the same global reference system). Note that for this case "Current" properties are meant to be original properties based on the original surface line rather than the redesigned surface line.Related to Issue [MWDAM-1115]