Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Fixed incorrect licenses for Point2D, Point3D. * Moved Point2D and Point3D test fixtures to correct project. * Moved Segment2D from Ringtoets.Piping.Data to Core.Common.Base\Geometry. * Extended Segment2D with Length property and Distance method to Point2D. * Added FailureMechanismSectionsImporter and implemented happy path. * Added ForeColor to tree node info of FailureMechanismSectionsContext. Related to Issue [WTI-365]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2331 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 63e47f23d254adaf5665862be056a25c3e6e212d

Former-commit-id: bbad82497d7cb7532f83f35627ec1f60e47376ec

  1. … 26 more files in changeset.
* Moved Point2D and Point3D from Ringtoets.Piping.Data to Core.Common.Base/Geometry * Defined ReferenceLine class Related to Issue [WTI-317]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2097 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e81f2ef1cfd13b7605809525f70bb0b1e39a9004

Former-commit-id: e1966a57b9fca5524b309c2326b0c5ddfaf1aaf9

  1. … 39 more files in changeset.
Removed redundant white spaces from source header file

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2000 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1889 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 357 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1882 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 406 more files in changeset.
Have DoubleWithToleranceComparer implement both generic and non generic versions of the IComparer interface Renamed IRowBasedReader to IRowBasedDatabaseReader because it better matches its purpose Used ArgumentNullException where it was more appropriate Tested for exception messages Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@816 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d592930a4256566150b8fdfc5fd73b06cfb2df31

  1. … 25 more files in changeset.
Added GetZAtL routine for RingtoetsPipingSurfaceLine. Moved Math2D from Piping.IO to Piping.Data to prevent cyclic dependency. Related to Issue [WTI-29]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@739 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 83fdd9831a6aac3bbd5a95fe8449df475a9ad94c

  1. … 19 more files in changeset.
Extracting segment intersection with line at x Related to Issue [WTI-29]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@728 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 801be48e6795d2a8dbe6ca5950e6cacf18b7a562

  1. … 3 more files in changeset.
Refactoring of the PipingSoilProfileReader: - Moved column names to SoilProfileDatabaseColumns class - Moved logic of reading 1d profiles to SoilProfile1DReader - Moved logic of reading 2d profiles to SoilProfile2DReader Accumulated exceptions thrown by PipingSoilProfileReader to either CriticalFileReadException or PipingSoilProfileReadException Exposed PipingSoilProfileReader through a IRowBasedProfileReader to the 1d and 2d profile readers. Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@703 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d9002f10dce3d135448a8718afc26ece5bd5dcd3

  1. … 21 more files in changeset.
Improved documentation. Renamed PointCollectionHelper.cs to Segment2DLoopCollectionHelper, because it better matches the behavior after the refactoring. Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@666 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b962165851926e6847edadc148c58c009329e5de

  1. … 10 more files in changeset.
Implemented Segment2D which represents a line between two points (without direction). Simplified algorithm to find a 1D profile in a 2D profile at some X. Removed obsolete Math2D methods. Added exceptions when geometries in a SoilLayer2D do not define a loop. Added constructor for Point2D with two parameters (x and y). Making use of 2D concepts within profiles. Updated PointCollectionHelper to create loops with Segments2D out of the points. Renamed PipingSoilLayerReaderTest to PipingSoilLayer2DReaderTest Related to Issue [WTI-27]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@661 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dd2c888c20e5c1eaff6b99ca6b3674286c19098f

  1. … 22 more files in changeset.