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]
Made sure SoilProfile is set too on filling CsvExportData. Made sure the results are properly displayed in the UI (by properly clearing old results, making sure new results are properly propagated to table and property window). Cleaned up CsvExportData a bit. For piping, the results now seem to be ok. Related to Issue [MWDAM-1035]