Index: System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj =================================================================== diff -u -r6e06bf343fc545b7b0417d22b1b7209a51d3f073 -rd84f7a08f07a9a84da6b253554a749f74f933065 --- System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision 6e06bf343fc545b7b0417d22b1b7209a51d3f073) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/AutomatedSystemTests.csproj (.../AutomatedSystemTests.csproj) (revision d84f7a08f07a9a84da6b253554a749f74f933065) @@ -1404,15 +1404,15 @@ edfb6265-1d96-43d6-9b5d-ea1ac9c60033 77a507ba-55df-4f3b-b312-cdf9eaa7c68b - + 0805e35f-bd37-44da-8b7b-52eadeafb9a4 - SelectGenericItemInListCalculationsView.rxrec + SelectGenericSectionInListCalculationsView.rxrec true 5eeea7e0-d96a-4489-9954-8e464adc75d2 - + 0805e35f-bd37-44da-8b7b-52eadeafb9a4 - SelectGenericItemInListCalculationsView.rxrec + SelectGenericSectionInListCalculationsView.rxrec true 67b3b87a-af07-4bde-baa9-945062b77111 @@ -2864,7 +2864,7 @@ 77a507ba-55df-4f3b-b312-cdf9eaa7c68b ff04c0e9-5dfd-4aa7-b9fc-b8ec84f1399e - + 8b6648ca-2429-462f-8074-96184700bbed 0805e35f-bd37-44da-8b7b-52eadeafb9a4 815c10de-7eb0-4306-b5f0-403e140be625 Fisheye: Tag d84f7a08f07a9a84da6b253554a749f74f933065 refers to a dead (removed) revision in file `System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInListCalculationsView.UserCode.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag d84f7a08f07a9a84da6b253554a749f74f933065 refers to a dead (removed) revision in file `System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInListCalculationsView.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag d84f7a08f07a9a84da6b253554a749f74f933065 refers to a dead (removed) revision in file `System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericItemInListCalculationsView.rxrec'. Fisheye: No comparison available. Pass `N' to diff? Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.UserCode.cs =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.UserCode.cs (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.UserCode.cs (revision d84f7a08f07a9a84da6b253554a749f74f933065) @@ -0,0 +1,52 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// This file was automatically generated by RANOREX. +// Your custom recording code should go in this file. +// The designer will only add methods to this file, so your custom code won't be overwritten. +// http://www.ranorex.com +// +/////////////////////////////////////////////////////////////////////////////// + +using System; +using System.Collections.Generic; +using System.Text; +using System.Text.RegularExpressions; +using System.Drawing; +using System.Threading; +using WinForms = System.Windows.Forms; + +using Ranorex; +using Ranorex.Core; +using Ranorex.Core.Repository; +using Ranorex.Core.Testing; + + +namespace AutomatedSystemTests.Modules.Selection +{ + +} +namespace AutomatedSystemTests.Modules.Selection +{ + public partial class SelectGenericSectionInListCalculationsView + { + /// + /// This method gets called right after the recording has been started. + /// It can be used to execute recording specific initialization code. + /// + private void Init() + { + // Your recording specific initialization code goes here. + } + + public void SelectGenericSectionInListCalculationsViewMethod(RepoItemInfo listitemInfo) + { + Report.Log(ReportLevel.Info, "Invoke action", "Invoking Focus() on item 'listitemInfo'.", listitemInfo); + listitemInfo.FindAdapter().Focus(); + Report.Log(ReportLevel.Info, "Invoke action", "Invoking Select() on item 'listitemInfo'.", listitemInfo); + listitemInfo.FindAdapter().Select(); + Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'listitemInfo' at CenterLeft.", listitemInfo); + listitemInfo.FindAdapter().Click(Location.CenterLeft); + } + + } +} Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.cs =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.cs (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.cs (revision d84f7a08f07a9a84da6b253554a749f74f933065) @@ -0,0 +1,100 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// This file was automatically generated by RANOREX. +// DO NOT MODIFY THIS FILE! It is regenerated by the designer. +// All your modifications will be lost! +// http://www.ranorex.com +// +/////////////////////////////////////////////////////////////////////////////// + +using System; +using System.Collections.Generic; +using System.Text; +using System.Text.RegularExpressions; +using System.Drawing; +using System.Threading; +using WinForms = System.Windows.Forms; + +using Ranorex; +using Ranorex.Core; +using Ranorex.Core.Testing; +using Ranorex.Core.Repository; + +namespace AutomatedSystemTests.Modules.Selection +{ +#pragma warning disable 0436 //(CS0436) The type 'type' in 'assembly' conflicts with the imported type 'type2' in 'assembly'. Using the type defined in 'assembly'. + /// + ///The SelectGenericSectionInListCalculationsView recording. + /// + [TestModule("815c10de-7eb0-4306-b5f0-403e140be625", ModuleType.Recording, 1)] + public partial class SelectGenericSectionInListCalculationsView : ITestModule + { + /// + /// Holds an instance of the global::AutomatedSystemTests.AutomatedSystemTestsRepository repository. + /// + public static global::AutomatedSystemTests.AutomatedSystemTestsRepository repo = global::AutomatedSystemTests.AutomatedSystemTestsRepository.Instance; + + static SelectGenericSectionInListCalculationsView instance = new SelectGenericSectionInListCalculationsView(); + + /// + /// Constructs a new instance. + /// + public SelectGenericSectionInListCalculationsView() + { + } + + /// + /// Gets a static instance of this recording. + /// + public static SelectGenericSectionInListCalculationsView Instance + { + get { return instance; } + } + +#region Variables + + /// + /// Gets or sets the value of variable indexSection. + /// + [TestVariable("b1c29580-7a2f-407e-b875-ee536111ae7b")] + public string indexSection + { + get { return repo.indexSection; } + set { repo.indexSection = value; } + } + +#endregion + + /// + /// Starts the replay of the static recording . + /// + [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] + public static void Start() + { + TestModuleRunner.Run(Instance); + } + + /// + /// Performs the playback of actions in this recording. + /// + /// You should not call this method directly, instead pass the module + /// instance to the method + /// that will in turn invoke this method. + [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] + void ITestModule.Run() + { + Mouse.DefaultMoveTime = 0; + Keyboard.DefaultKeyPressTime = 20; + Delay.SpeedFactor = 0.00; + + Init(); + + SelectGenericSectionInListCalculationsViewMethod(repo.RiskeerMainWindow.DocumentViewContainerUncached.CalculationsView.ListItems.GenericItemInfo); + + } + +#region Image Feature Data +#endregion + } +#pragma warning restore 0436 +} Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.rxrec =================================================================== diff -u --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.rxrec (revision 0) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/Selection/SelectGenericSectionInListCalculationsView.rxrec (revision d84f7a08f07a9a84da6b253554a749f74f933065) @@ -0,0 +1,79 @@ + + + + 1 + + + True + + + True + + + 1 + + + True + + + + + + + + + + + + + + + Ranorex.Core.Repository.RepoItemInfo, Ranorex.Core, Culture=neutral + + + + + + /form[@automationid='RiskeerMainWindow']/?/container/container[@instance='1']/container[@controlname='CalculationsView']/container/container/container/list/list/listitem[@index=$indexSection] + + + + + + + + + + + + + + SelectGenericSectionInListCalculationsView.UserCode.cs + + + + Index: System tests/AutomatedSystemTests/AutomatedSystemTests/WorkOnProgressDavid.rxtst =================================================================== diff -u -r491b3e4ecca17495df5dbfad65192499ff58de7f -rd84f7a08f07a9a84da6b253554a749f74f933065 --- System tests/AutomatedSystemTests/AutomatedSystemTests/WorkOnProgressDavid.rxtst (.../WorkOnProgressDavid.rxtst) (revision 491b3e4ecca17495df5dbfad65192499ff58de7f) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/WorkOnProgressDavid.rxtst (.../WorkOnProgressDavid.rxtst) (revision d84f7a08f07a9a84da6b253554a749f74f933065) @@ -169,6 +169,10 @@ id="0d11d2c7-fecb-439a-94f4-da0307d76dfa" name="ChangeManuallyAssessment"> + + + + + + + + @@ -628,12 +643,12 @@ @@ -701,6 +716,26 @@ ref="89914775-4f38-4b49-a34b-1f99c7016275" type="Recording"> + + + + + + + + @@ -757,6 +792,10 @@ + + + + + + + + + + + + + + + + + + @@ -1637,6 +1714,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1811,6 +1956,10 @@ + + @@ -1846,6 +1995,16 @@ + + + + + + @@ -2573,6 +2732,26 @@ ref="6295dc9c-a237-4ff3-b0ac-355382aaa3df" type="Recording"> + + + + + + + + @@ -2587,7 +2766,7 @@ + name="RunCalculations"> @@ -3472,7 +3652,7 @@ name="SelectSectionWithGeneratedCaculations"> + name="SelectGenericSectionInListCalculationsView"> + + + + + + + + + + + + + + + + + + @@ -3543,7 +3759,7 @@ + name="RunCalculations"> @@ -3560,6 +3776,14 @@ + + + + @@ -3579,33 +3803,57 @@ - nameItem + nameSection - indexItem + indexSection - rangeLoopCalculationsForEachItem + rangeLoopCalculationsForEachSection + + fmLabel + + + originalDefiningSchemtizationItem + + + temporaryNewItem + + + pathToDefiningSchematizationItemInPP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- nameItem + nameSection - indexItem + indexSection - rangeLoopCalculationsForEachItem + rangeLoopCalculationsForEachSection + fmLabel + + originalDefiningSchemtizationItem + + temporaryNewItem + + pathToDefiningSchematizationItemInPP +
@@ -3617,6 +3865,15 @@ 1-3 + STPH + + + +
@@ -3628,6 +3885,15 @@ 4 + GEKB + + + +
@@ -3639,6 +3905,15 @@ 5 + GEKB + + + +
@@ -3650,6 +3925,15 @@ 6 + GEKB + + + +
@@ -3661,6 +3945,15 @@ 7 + GEKB + + + +
@@ -3672,6 +3965,15 @@ 8 + GEKB + + + +
@@ -3683,6 +3985,15 @@ 9-16 + STBI + + + +
@@ -3694,6 +4005,18 @@ 17 + HTKW + + 'Keersluis Cuijk' + + 'Gemaal van Sasse' + + Algemeen>Kunstwerk +
@@ -3705,12 +4028,185 @@ 18 + HTKW + + 'Gemaal van Sasse' + + 'Keersluis Cuijk' + + Algemeen>Kunstwerk +
+ 34-1_34 + + 34 + + 19 + + BSKW + + 'Amersluis' + + 'Gemaal Hollandsch Diep' + + Algemeen>Kunstwerk +
+ 34-1_43 + + 43 + + 20 + + BSKW + + 'Gemaal Schuddebeurs' + + 'Amersluis' + + Algemeen>Kunstwerk +
+ 34-1_46 + + 46 + + 21 + + BSKW + + 'Gemaal Hollandsch Diep' + + 'Gemaal Schuddebeurs' + + Algemeen>Kunstwerk +
+ 44-2_14 + + 14 + + 22 + + STKWp + + Kunstwerk1 + + Kunstwerk2 + + Algemeen>Kunstwerk +
+ 44-2_17 + + 17 + + 23 + + STKWp + + Kunstwerk2 + + Kunstwerk3 + + Algemeen>Kunstwerk +
+ 44-2_21 + + 21 + + 24 + + STKWp + + Kunstwerk3 + + Kunstwerk4 + + Algemeen>Kunstwerk +
+ 44-2_25 + + 25 + + 25 + + STKWp + + Kunstwerk4 + + Kunstwerk1 + + Algemeen>Kunstwerk +
@@ -4134,11 +4630,147 @@ 0,1 + + + BSKW + + + 34-1 + + + 34-1>Hydraulische belastingen + + + 34-1>Hydraulische belastingen>Waterstanden>Categoriegrens A + + + 34-1>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Invoer>Vakindeling + + + + + + + + + 34-1>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Invoer>Voorlandprofielen + + + 34-1>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Invoer>Kunstwerken + + + 34-1>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Berekeningen + + + 34-1>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Oordeel>Scenario's + + + 34-1>Kunstwerken - Betrouwbaarheid sluiting kunstwerk>Oordeel>Resultaat + + + X:\commonData\databases\WBI2017_Benedenrijn_34-1_v04\WBI2017_Benedenrijn_34-1_v04.sqlite + + + X:\script17\BSKW\vakindeling_traject_34-1.shp + + + + + + + + + X:\script17\BSKW\voorland_traject_34-1.shp + + + X:\script17\BSKW\BSkw_traject_34-1.shp + + + [Berekeningen->['Amersluis'->[Opmerkingen][Invoer][Resultaat]]['Gemaal Schuddebeurs'->[Opmerkingen][Invoer][Resultaat]]['Gemaal Hollandsch Diep'->[Opmerkingen][Invoer][Resultaat]][Nieuwe berekening->[Opmerkingen][Invoer][Resultaat]]] + + + 169,216,229 + + + 10-12 + + + 0,1,2 + + + + + STKWp + + + 44-2 + + + 44-2>Hydraulische belastingen + + + 44-2>Hydraulische belastingen>Waterstanden>Categoriegrens A + + + 44-2>Kunstwerken - Sterkte en stabiliteit puntconstructies>Invoer>Vakindeling + + + + + + + + + 44-2>Kunstwerken - Sterkte en stabiliteit puntconstructies>Invoer>Voorlandprofielen + + + 44-2>Kunstwerken - Sterkte en stabiliteit puntconstructies>Invoer>Kunstwerken + + + 44-2>Kunstwerken - Sterkte en stabiliteit puntconstructies>Berekeningen + + + 44-2>Kunstwerken - Sterkte en stabiliteit puntconstructies>Ooordeel>Scenario's + + + 44-2>Kunstwerken - Sterkte en stabiliteit puntconstructies>Oordeel>Resultaat + + + X:\commonData\databases\WBI2017_Markermeer_13-9_13a-1_44-2_v02\WBI2017_Markermeer_13-9_13a-1_44-2_v02.sqlite + + + X:\script17\STKWp\vakindeling_traject_44-2.shp + + + + + + + + + X:\script17\STKWp\voorland_traject_44-2.shp + + + X:\script17\STKWp\STkwp_traject_44-2.shp + + + [Berekeningen->[Kunstwerk1->[Opmerkingen][Invoer][Resultaat]][Kunstwerk2->[Opmerkingen][Invoer][Resultaat]][Kunstwerk3->[Opmerkingen][Invoer][Resultaat]][Kunstwerk4->[Opmerkingen][Invoer][Resultaat]][Nieuwe berekening->[Opmerkingen][Invoer][Resultaat]]] + + + 18,21,32 + + + 13-16 + + + 0,1,2,3 + + @@ -4154,6 +4786,21 @@ rangeLoopParametersInTableCalculationsView + + fmLabel + + + originalDefiingItem + + + temporaryNewDefiningItem + + + pathToDefiningItemInPP + + + shortPathToDefiningItemInPP + @@ -4171,6 +4818,21 @@ rangeLoopParametersInTableCalculationsView + + fmLabel + + + originalDefiingItem + + + temporaryNewDefiningItem + + + pathToDefiningItemInPP + + + shortPathToDefiningItemInPP + @@ -4185,6 +4847,21 @@ 1 + + STPH + + + Segment_12004_1D1 + + + Segment_12004_1D3 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4199,6 +4876,21 @@ 2 + + STPH + + + Segment_12004_1D2 + + + Segment_12004_1D1 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4213,6 +4905,21 @@ 3 + + STPH + + + Segment_12004_1D3 + + + Segment_12004_1D2 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4227,6 +4934,21 @@ 4 + + GEKB + + + profiel001 + + + profiel005 + + + Schematisatie>Dijkprofiel + + + Dijkprofiel + @@ -4241,6 +4963,21 @@ 5 + + GEKB + + + profiel002 + + + profiel001 + + + Schematisatie>Dijkprofiel + + + Dijkprofiel + @@ -4255,6 +4992,21 @@ 6 + + GEKB + + + profiel003 + + + profiel002 + + + Schematisatie>Dijkprofiel + + + Dijkprofiel + @@ -4269,6 +5021,21 @@ 7 + + GEKB + + + profiel004 + + + profiel003 + + + Schematisatie>Dijkprofiel + + + Dijkprofiel + @@ -4283,6 +5050,21 @@ 8 + + GEKB + + + profiel005 + + + profiel004 + + + Schematisatie>Dijkprofiel + + + Dijkprofiel + @@ -4297,6 +5079,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D2 + + + Vak_41-123_Segment_41009_1D5 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4311,6 +5108,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D3 + + + Vak_41-123_Segment_41009_1D2 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4325,6 +5137,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D4 + + + Vak_41-123_Segment_41009_1D3 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4339,6 +5166,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D6 + + + Vak_41-123_Segment_41009_1D4 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4353,6 +5195,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D7 + + + Vak_41-123_Segment_41009_1D6 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4367,6 +5224,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D1 + + + Vak_41-123_Segment_41009_1D7 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4381,6 +5253,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D8 + + + Vak_41-123_Segment_41009_1D1 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4395,6 +5282,21 @@ 9 + + STBI + + + Vak_41-123_Segment_41009_1D5 + + + Vak_41-123_Segment_41009_1D8 + + + Schematisatie>Ondergrondschematisatie + + + Ondergrondschematisatie + @@ -4409,6 +5311,21 @@ 10 + + HTKW + + + 'Keersluis Cuijk' + + + 'Gemaal van Sasse' + + + Algemeen>Kunstwerk + + + Kunstwerk + @@ -4423,12 +5340,230 @@ 11 + + HTKW + + + 'Gemaal van Sasse' + + + 'Keersluis Cuijk' + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + 'Amersluis' + + + 0 + + + 24-25 + + + 12 + + + BSKW + + + 'Amersluis' + + + 'Gemaal Hollandsch Diep' + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + + 'Gemaal Schuddebeurs' + + + 0 + + + 26-27 + + + 13 + + + BSKW + + + 'Gemaal Schuddebeurs' + + + 'Amersluis' + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + + 'Gemaal Hollandsch Diep' + + + 0 + + + 28 + + + 14-15 + + + BSKW + + + 'Gemaal Hollandsch Diep' + + + 'Gemaal Schuddebeurs' + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + + Kunstwerk1 + + + 0 + + + 29-30 + + + 16 + + + STKWp + + + Kunstwerk1 + + + Kunstwerk4 + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + + Kunstwerk2 + + + 0 + + + 31-32 + + + 17 + + + STKWp + + + Kunstwerk2 + + + Kunstwerk1 + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + + Kunstwerk3 + + + 0 + + + 33-35 + + + 18 + + + STKWp + + + Kunstwerk3 + + + Kunstwerk2 + + + Algemeen>Kunstwerk + + + Kunstwerk + + + + + Kunstwerk4 + + + 0 + + + 36-38 + + + 19 + + + STKWp + + + Kunstwerk4 + + + Kunstwerk3 + + + Algemeen>Kunstwerk + + + Kunstwerk + + @@ -4784,11 +5919,221 @@ HTKW + + + Voorland en (haven)dam>Voorlandprofiel + + + profiel2 + + + DropDown + + + BSKW + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + BSKW + + + + + Voorland en (haven)dam>Voorlandprofiel + + + profiel3 + + + DropDown + + + BSKW + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + BSKW + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + BSKW + + + + + Voorland en (haven)dam>Voorlandprofiel + + + profiel1 + + + DropDown + + + STKWp + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + STKWp + + + + + Voorland en (haven)dam>Voorlandprofiel + + + profiel2 + + + DropDown + + + STKWp + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + STKWp + + + + + Bezwijken waterkerende constructie-onderdelen>Belastingschematisering + + + Kwadratisch + + + Text + + + STKWp + + + + + Voorland en (haven)dam>Voorlandprofiel + + + profiel3 + + + DropDown + + + STKWp + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + STKWp + + + + + Bezwijken waterkerende constructie-onderdelen>Belastingschematisering + + + Kwadratisch + + + Text + + + STKWp + + + + + Voorland en (haven)dam>Voorlandprofiel + + + profiel4 + + + DropDown + + + STKWp + + + + + Uitvoer>Illustratiepunten inlezen + + + True + + + Text + + + STKWp + + @@ -4937,6 +6282,94 @@ HTKW + + + Hydraulische belastingenlocatie + + + 034-01_0170_9_AM_km0259 (60 m) + + + BSKW + + + + + Hydraulische belastingenlocatie + + + 034-01_0217_9_HD_km0980 (64 m) + + + BSKW + + + + + Hydraulische belastingenlocatie + + + 034-01_0230_9_HD_km0981 (61 m) + + + BSKW + + + + + Voorlandprofiel + + + profiel4 + + + BSKW + + + + + Hydraulische belastingenlocatie + + + MM_3_13a-1_vl07_00001 (421 m) + + + STKWp + + + + + Hydraulische belastingenlocatie + + + MM_3_44-2_vl05_00001 (1,3 km) + + + STKWp + + + + + Hydraulische belastingenlocatie + + + MM_3_44-2_vl05_00001 (1,2 km) + + + STKWp + + + + + Hydraulische belastingenlocatie + + + MM_3_44-2_hd05_00001 (1,7 km) + + + STKWp + + + + + + + + + + + + + + + +