PySimultan 0.6.1__py3-none-any.whl → 0.6.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. PySimultan2/CHANGELOG.md +7 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +1 -1
  4. PySimultan2/default_types.py +8 -3
  5. PySimultan2/files.py +39 -5
  6. PySimultan2/multi_values.py +59 -2
  7. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  8. PySimultan2/resources/SIMULTAN.Lang.xml +398 -21
  9. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  10. PySimultan2/resources/SIMULTAN.Plugins.xml +367 -0
  11. PySimultan2/resources/SIMULTAN.dll +0 -0
  12. PySimultan2/resources/SIMULTAN.xml +521 -86
  13. PySimultan2/utils.py +3 -2
  14. {pysimultan-0.6.1.dist-info → pysimultan-0.6.4.dist-info}/METADATA +4 -1
  15. pysimultan-0.6.4.dist-info/RECORD +50 -0
  16. pysimultan-0.6.4.dist-info/licenses/LICENSE.txt +29 -0
  17. PySimultan2/resources/AssimpNet.dll +0 -0
  18. PySimultan2/resources/AvalonDock.dll +0 -0
  19. PySimultan2/resources/BruTile.dll +0 -0
  20. PySimultan2/resources/ComponentBuilder.dll +0 -0
  21. PySimultan2/resources/ComponentBuilder.dll.config +0 -56
  22. PySimultan2/resources/ComponentBuilder.runtimeconfig.json +0 -19
  23. PySimultan2/resources/ComponentBuilder.xml +0 -19291
  24. PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
  25. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  26. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  27. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  28. PySimultan2/resources/HelixToolkit.dll +0 -0
  29. PySimultan2/resources/Python.Runtime.dll +0 -0
  30. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  31. PySimultan2/resources/SIMULTAN.UI.xml +0 -16079
  32. PySimultan2/resources/SharpDX.D3DCompiler.dll +0 -0
  33. PySimultan2/resources/SharpDX.DXGI.dll +0 -0
  34. PySimultan2/resources/SharpDX.Direct2D1.dll +0 -0
  35. PySimultan2/resources/SharpDX.Direct3D11.dll +0 -0
  36. PySimultan2/resources/SharpDX.Direct3D9.dll +0 -0
  37. PySimultan2/resources/SharpDX.dll +0 -0
  38. PySimultan2/resources/System.Collections.Immutable.dll +0 -0
  39. PySimultan2/resources/System.Reflection.Metadata.dll +0 -0
  40. PySimultan2/resources/XAMLMarkupExtensions.dll +0 -0
  41. PySimultan2/resources/assimp.dll +0 -0
  42. PySimultan2/resources/componentmanager.user +0 -0
  43. PySimultan2/resources/defaultsettings.xml +0 -0
  44. PySimultan2/resources/setup.bat +0 -1
  45. pysimultan-0.6.1.dist-info/RECORD +0 -76
  46. pysimultan-0.6.1.dist-info/licenses/LICENSE.txt +0 -9
  47. {pysimultan-0.6.1.dist-info → pysimultan-0.6.4.dist-info}/WHEEL +0 -0
@@ -7787,9 +7787,9 @@
7787
7787
  The parameter's value is supplied by the data model itself. Used, for example, for parameters which store geometric parameters
7788
7788
  </summary>
7789
7789
  </member>
7790
- <member name="F:SIMULTAN.Data.Components.SimInfoFlow.FromExternal">
7790
+ <member name="F:SIMULTAN.Data.Components.SimInfoFlow.SyncedWithExternal">
7791
7791
  <summary>
7792
- The parameter receives values from an external application, e.g., from an Excel tool
7792
+ The parameter syncs its values with an external application, e.g., from an Excel tool or from a Simulation
7793
7793
  </summary>
7794
7794
  </member>
7795
7795
  <member name="T:SIMULTAN.Data.Components.SimParameterInstancePropagation">
@@ -9202,6 +9202,15 @@
9202
9202
  <param name="geometry">The geometry for which the vertices should be returned</param>
9203
9203
  <returns>A list of all vertices in hte geometry</returns>
9204
9204
  </member>
9205
+ <member name="M:SIMULTAN.Data.Geometry.BaseGeometryAlgorithms.RemoveGeometryClean(SIMULTAN.Projects.ProjectData,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.BaseGeometry})">
9206
+ <summary>
9207
+ Cleanly removes the given geometries. Model of the geometries have to be loaded.
9208
+ Removes all given geometry and resulting unreferenced geometry.
9209
+ Also removes all relations that are not autogenerated.
9210
+ </summary>
9211
+ <param name="projectData">The project data containing all the loaded models.</param>
9212
+ <param name="geometries">The geometries to cleanly remove</param>
9213
+ </member>
9205
9214
  <member name="T:SIMULTAN.Data.Geometry.DetectionAlgorithms">
9206
9215
  <summary>
9207
9216
  Provides methods for detecting geometric properties in a model
@@ -9239,11 +9248,11 @@
9239
9248
  </member>
9240
9249
  <member name="M:SIMULTAN.Data.Geometry.DetectionAlgorithms.DetectFacesFromEdges(System.Collections.Generic.List{SIMULTAN.Data.Geometry.Edge},SIMULTAN.Data.Geometry.GeometryModelData)">
9241
9250
  <summary>
9242
- Detects faces from a set of edges. First removes dangling edges, then tries to find one closed edge loop.
9251
+ Detects faces from a set of edges. First removes dangling edges, then tries to find closed edge loops and creates faces.
9243
9252
  </summary>
9244
- <param name="edges">List of edges which could define a face</param>
9245
- <param name="model">The model into which the face should be generated</param>
9246
- <returns></returns>
9253
+ <param name="edges">List of edges which could define faces</param>
9254
+ <param name="model">The model into which the faces should be generated</param>
9255
+ <returns>A list of added geometry</returns>
9247
9256
  </member>
9248
9257
  <member name="M:SIMULTAN.Data.Geometry.DetectionAlgorithms.SignedAngle(SIMULTAN.Data.SimMath.SimVector,SIMULTAN.Data.SimMath.SimVector)">
9249
9258
  <summary>
@@ -9369,11 +9378,33 @@
9369
9378
  <param name="edges">The edges</param>
9370
9379
  <returns>A bool indicating if the edges form a closed loop. The list contains the ordered edges or null when they don't form a loop.</returns>
9371
9380
  </member>
9381
+ <member name="M:SIMULTAN.Data.Geometry.EdgeAlgorithms.OrderLoop(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge},SIMULTAN.Data.Geometry.Edge,SIMULTAN.Data.Geometry.GeometricOrientation)">
9382
+ <summary>
9383
+ Tries to order the edges such that they form a closed loop by following the edges.
9384
+ Self intersecting loops will return false.
9385
+ Loop will be ordered starting with the startEdge and moving in the direction of the startVertex.
9386
+ </summary>
9387
+ <param name="edges">The edges</param>
9388
+ <param name="startEdge">Edge to start with</param>
9389
+ <param name="startEdgeOrientation">Orientation of the start edge</param>
9390
+ <returns>A bool indicating if the edges form a closed loop. The list contains the ordered edges or null when they don't form a loop.</returns>
9391
+ </member>
9372
9392
  <member name="M:SIMULTAN.Data.Geometry.EdgeAlgorithms.OrderLoop(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.PEdge})">
9373
9393
  <summary>
9374
9394
  Tries to order the pedges such that they form a closed loop by following the edges.
9395
+ Self intersecting loops will return false.
9396
+ </summary>
9397
+ <param name="edges">The PEdges</param>
9398
+ <returns>A bool indicating if the edges form a closed loop. The list contains the ordered edges or null when they don't form a loop.</returns>
9399
+ </member>
9400
+ <member name="M:SIMULTAN.Data.Geometry.EdgeAlgorithms.OrderLoop(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.PEdge},SIMULTAN.Data.Geometry.Edge,SIMULTAN.Data.Geometry.GeometricOrientation)">
9401
+ <summary>
9402
+ Tries to order the pedges such that they form a closed loop by following the edges.
9403
+ Starts with a startEdge and moves in startEdgeOrientation direction
9375
9404
  </summary>
9376
9405
  <param name="edges">The PEdges</param>
9406
+ <param name="startEdge">The first Edge to handle</param>
9407
+ <param name="startEdgeOrientation">The orientation in which the first edge should be handled</param>
9377
9408
  <returns>A bool indicating if the edges form a closed loop. The list contains the ordered edges or null when they don't form a loop.</returns>
9378
9409
  </member>
9379
9410
  <member name="M:SIMULTAN.Data.Geometry.EdgeAlgorithms.OrderedPointLoop(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge},SIMULTAN.Data.SimMath.SimMatrix3D)">
@@ -10272,6 +10303,23 @@
10272
10303
  <param name="wgsOrigin">The origin of the reference system, given in WGS coordinates (X: Longitude, Y: Latitude, Z: height)</param>
10273
10304
  <returns>The wgsCoordinates convert to a cartesian frame centered around wgsOrigin</returns>
10274
10305
  </member>
10306
+ <member name="M:SIMULTAN.Data.Geometry.GeoReferenceAlgorithms.SignedAngle(SIMULTAN.Data.SimMath.SimVector3D,SIMULTAN.Data.SimMath.SimVector3D,SIMULTAN.Data.SimMath.SimVector3D,System.Double)">
10307
+ <summary>
10308
+ Computes the signed angle (in counter clockwise direction) between two vectors in 3D.
10309
+ </summary>
10310
+ <param name="v1">vector 1</param>
10311
+ <param name="v2">vector 2</param>
10312
+ <param name="n">The normal vector around which the rotation happens.</param>
10313
+ <param name="epsilon">Tolerance for determining if the two vectors point in the same direction (in radians)</param>
10314
+ <returns>Signed angle between two 3D vectors in the range [-pi, pi].</returns>
10315
+ </member>
10316
+ <member name="M:SIMULTAN.Data.Geometry.GeoReferenceAlgorithms.NormalizeWGSCoordinate(SIMULTAN.Data.SimMath.SimPoint3D)">
10317
+ <summary>
10318
+ Wraps around WGS so its in [-180,180];[-90,90] again
10319
+ </summary>
10320
+ <param name="point">The WGS point</param>
10321
+ <returns>The normalized point</returns>
10322
+ </member>
10275
10323
  <member name="T:SIMULTAN.Data.Geometry.LayerAlgorithms">
10276
10324
  <summary>
10277
10325
  Provides methods for working with layers
@@ -10501,6 +10549,17 @@
10501
10549
  <param name="mergeTracker">Tracks changes of component assignments. May be null when no tracking is needed</param>
10502
10550
  <param name="volumeGrid">The grid used to handle volumes</param>
10503
10551
  </member>
10552
+ <member name="M:SIMULTAN.Data.Geometry.ModelCleanupAlgorithms.RemoveZeroAreaTriangles(SIMULTAN.Data.Geometry.GeometryModelData,System.Double,SIMULTAN.Data.Geometry.AABBGrid@,SIMULTAN.Utils.BackgroundWork.IBackgroundAlgorithmInfo)">
10553
+ <summary>
10554
+ Removes all triangles with area smaller than the areaTolerance. Only triangles will be removed, not polygons.
10555
+ Will not merge triangles that are not adjacent to other faces.
10556
+ </summary>
10557
+ <param name="model">The model</param>
10558
+ <param name="areaTolerance">The area tolerance.</param>
10559
+ <param name="faceGrid">The face grid</param>
10560
+ <param name="backgroundInfo">The background info</param>
10561
+ <returns>The number of removed triangles</returns>
10562
+ </member>
10504
10563
  <member name="M:SIMULTAN.Data.Geometry.ModelCleanupAlgorithms.RemoveDegeneratedFaces(SIMULTAN.Data.Geometry.GeometryModelData,System.Double,SIMULTAN.Data.Geometry.AABBGrid@,SIMULTAN.Utils.BackgroundWork.IBackgroundAlgorithmInfo)">
10505
10564
  <summary>
10506
10565
  Removes faces with 0 size
@@ -10599,6 +10658,32 @@
10599
10658
  <param name="backgroundInfo">The background algorithm info for this task</param>
10600
10659
  <returns>The number of subloops removed</returns>
10601
10660
  </member>
10661
+ <member name="M:SIMULTAN.Data.Geometry.ModelCleanupAlgorithms.MergeCoplanarFaces(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Face},System.Double,System.Double,System.Boolean,System.Boolean,SIMULTAN.Utils.BackgroundWork.IBackgroundAlgorithmInfo)">
10662
+ <summary>
10663
+ Merges all connected faces that are coplanar (normal angle cosine below coplanarTolerance) and reprojects their vertices to the common plane.
10664
+ </summary>
10665
+ <param name="faces">The faces to check</param>
10666
+ <param name="cleanupTolerance">The cleanup tolerance</param>
10667
+ <param name="coplanarTolerance">The coplanar tolerance</param>
10668
+ <param name="ignoreOppositeNormals">If opposing normals should also count as coplanar</param>
10669
+ <param name="reprojectPoints">If the vertices of the faces should be reprojected to the best fitting plane of the merged face vertices to make them completely planar</param>
10670
+ <param name="backgroundInfo">The background info</param>
10671
+ <returns>The number of merged faces</returns>
10672
+ <exception cref="T:System.ArgumentNullException">If the faces are null</exception>
10673
+ <exception cref="T:System.ArgumentException">If the faces are in multiple models</exception>
10674
+ <exception cref="T:System.Exception">If an error occurred</exception>
10675
+ </member>
10676
+ <member name="M:SIMULTAN.Data.Geometry.ModelCleanupAlgorithms.MergeCollinearEdges(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge},System.Double,SIMULTAN.Utils.BackgroundWork.IBackgroundAlgorithmInfo)">
10677
+ <summary>
10678
+ Merges all collinear edges that only connect to one other edge.
10679
+ </summary>
10680
+ <param name="edges">The edges to check</param>
10681
+ <param name="cleanupTolerance">The tolerance</param>
10682
+ <param name="backgroundInfo">The background info</param>
10683
+ <returns>The number of merged edges</returns>
10684
+ <exception cref="T:System.ArgumentNullException">If the edges are null</exception>
10685
+ <exception cref="T:System.ArgumentException">If the edges are in multiple models</exception>
10686
+ </member>
10602
10687
  <member name="T:SIMULTAN.Data.Geometry.OffsetSurfaceAlgorithms">
10603
10688
  <summary>
10604
10689
  Methods for working with/converting offset models
@@ -11991,15 +12076,28 @@
11991
12076
  Gets or sets the Face this Loop is associated with
11992
12077
  </summary>
11993
12078
  </member>
11994
- <member name="M:SIMULTAN.Data.Geometry.EdgeLoop.#ctor(SIMULTAN.Data.Geometry.Layer,System.String,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge})">
12079
+ <member name="P:SIMULTAN.Data.Geometry.EdgeLoop.BaseEdge">
12080
+ <summary>
12081
+ Base Edge of the Face as defined by the user.
12082
+ Can be used to get a consistent base direction for the Face
12083
+ </summary>
12084
+ </member>
12085
+ <member name="P:SIMULTAN.Data.Geometry.EdgeLoop.BaseEdgeOrientation">
12086
+ <summary>
12087
+ Orientation of the <see cref="P:SIMULTAN.Data.Geometry.EdgeLoop.BaseEdge"/>. Defines the starting orientation for ordering the PEdges
12088
+ </summary>
12089
+ </member>
12090
+ <member name="M:SIMULTAN.Data.Geometry.EdgeLoop.#ctor(SIMULTAN.Data.Geometry.Layer,System.String,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge},SIMULTAN.Data.Geometry.Edge,SIMULTAN.Data.Geometry.GeometricOrientation)">
11995
12091
  <summary>
11996
12092
  Initializes a new instance of the EdgeLoop class
11997
12093
  </summary>
11998
12094
  <param name="layer">The layer this object is placed on</param>
11999
12095
  <param name="nameFormat">The display name</param>
12000
12096
  <param name="edges">A list of edges in this loop</param>
12097
+ <param name="baseEdge">Base edge of the loop. Needs to be part of the edges of this loop</param>
12098
+ <param name="baseEdgeOrientation">Orientation of the baseEdge. Defines the starting orientation for ordering the PEdges</param>
12001
12099
  </member>
12002
- <member name="M:SIMULTAN.Data.Geometry.EdgeLoop.#ctor(System.UInt64,SIMULTAN.Data.Geometry.Layer,System.String,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge})">
12100
+ <member name="M:SIMULTAN.Data.Geometry.EdgeLoop.#ctor(System.UInt64,SIMULTAN.Data.Geometry.Layer,System.String,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.Edge},SIMULTAN.Data.Geometry.Edge,SIMULTAN.Data.Geometry.GeometricOrientation)">
12003
12101
  <summary>
12004
12102
  Initializes a new instance of the EdgeLoop class
12005
12103
  </summary>
@@ -12007,6 +12105,8 @@
12007
12105
  <param name="layer">The layer this object is placed on</param>
12008
12106
  <param name="nameFormat">The display name</param>
12009
12107
  <param name="edges">A list of edges in this loop</param>
12108
+ <param name="baseEdge">Base edge of the loop. Needs to be part of the edges of this loop</param>
12109
+ <param name="baseEdgeOrientation">Orientation of the baseEdge. Defines the starting orientation for ordering the PEdges</param>
12010
12110
  </member>
12011
12111
  <member name="M:SIMULTAN.Data.Geometry.EdgeLoop.MakeConsistent(System.Boolean,System.Boolean)">
12012
12112
  <inheritdoc />
@@ -12037,12 +12137,6 @@
12037
12137
  Stores the orientation of the face. Forward means CCW, Backward means CW
12038
12138
  </summary>
12039
12139
  </member>
12040
- <member name="P:SIMULTAN.Data.Geometry.Face.BaseEdge">
12041
- <summary>
12042
- Base Edge of the Face as defined by the user.
12043
- Can be used to get a consistent base direction for the Face
12044
- </summary>
12045
- </member>
12046
12140
  <member name="P:SIMULTAN.Data.Geometry.Face.Normal">
12047
12141
  <summary>
12048
12142
  Returns the face normal
@@ -12053,18 +12147,17 @@
12053
12147
  Returns all PFaces associated with this Face
12054
12148
  </summary>
12055
12149
  </member>
12056
- <member name="M:SIMULTAN.Data.Geometry.Face.#ctor(SIMULTAN.Data.Geometry.Layer,System.String,SIMULTAN.Data.Geometry.EdgeLoop,SIMULTAN.Data.Geometry.GeometricOrientation,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.EdgeLoop},SIMULTAN.Data.Geometry.Edge)">
12150
+ <member name="M:SIMULTAN.Data.Geometry.Face.#ctor(SIMULTAN.Data.Geometry.Layer,System.String,SIMULTAN.Data.Geometry.EdgeLoop,SIMULTAN.Data.Geometry.GeometricOrientation,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.EdgeLoop})">
12057
12151
  <summary>
12058
12152
  Initializes a new instance of the Face class
12059
12153
  </summary>
12060
12154
  <param name="layer">The layer this object is placed on</param>
12061
12155
  <param name="nameFormat">The display name (this is used as a format string for string.Format. {0} is the Id</param>
12062
12156
  <param name="boundary">The boundary loop</param>
12063
- <param name="baseEdge">Base edge of the face. Needs to be part of the boundary EdgeLoop</param>
12064
12157
  <param name="orientation">Orientation of the face</param>
12065
12158
  <param name="holes">A list of hole loops</param>
12066
12159
  </member>
12067
- <member name="M:SIMULTAN.Data.Geometry.Face.#ctor(System.UInt64,SIMULTAN.Data.Geometry.Layer,System.String,SIMULTAN.Data.Geometry.EdgeLoop,SIMULTAN.Data.Geometry.GeometricOrientation,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.EdgeLoop},SIMULTAN.Data.Geometry.Edge)">
12160
+ <member name="M:SIMULTAN.Data.Geometry.Face.#ctor(System.UInt64,SIMULTAN.Data.Geometry.Layer,System.String,SIMULTAN.Data.Geometry.EdgeLoop,SIMULTAN.Data.Geometry.GeometricOrientation,System.Collections.Generic.IEnumerable{SIMULTAN.Data.Geometry.EdgeLoop})">
12068
12161
  <summary>
12069
12162
  Initializes a new instance of the Face class
12070
12163
  </summary>
@@ -12072,7 +12165,6 @@
12072
12165
  <param name="nameFormat">The display name (this is used as a format string for string.Format. {0} is the Id</param>
12073
12166
  <param name="layer">The layer this object is placed on</param>
12074
12167
  <param name="boundary">The boundary loop</param>
12075
- <param name="baseEdge">Base edge of the face. Needs to be part of the boundary EdgeLoop</param>
12076
12168
  <param name="orientation">Orientation of the face</param>
12077
12169
  <param name="holes">A list of hole loops</param>
12078
12170
  </member>
@@ -12679,7 +12771,7 @@
12679
12771
  </member>
12680
12772
  <member name="P:SIMULTAN.Data.Geometry.PEdge.Prev">
12681
12773
  <summary>
12682
- The previouse pedge in the container (might be null)
12774
+ The previous pedge in the container (might be null)
12683
12775
  </summary>
12684
12776
  </member>
12685
12777
  <member name="M:SIMULTAN.Data.Geometry.PEdge.#ctor(SIMULTAN.Data.Geometry.Edge,SIMULTAN.Data.Geometry.GeometricOrientation,SIMULTAN.Data.Geometry.BaseEdgeContainer)">
@@ -13264,6 +13356,11 @@
13264
13356
  <param name="model">The GeometryModel that should be removed</param>
13265
13357
  <returns>True when the GeometryModel is now deleted, False when some other references to the model exist</returns>
13266
13358
  </member>
13359
+ <member name="M:SIMULTAN.Data.Geometry.SimGeometryModelCollection.Clear">
13360
+ <summary>
13361
+ Clears alls loaded geometry models irregardless of reference count. Only call this on project close for cleanup.
13362
+ </summary>
13363
+ </member>
13267
13364
  <member name="M:SIMULTAN.Data.Geometry.SimGeometryModelCollection.GetAllReachableModels(SIMULTAN.Data.Geometry.GeometryModel,System.Collections.Generic.Dictionary{SIMULTAN.Data.Assets.ResourceFileEntry,SIMULTAN.Data.Geometry.GeometryModel})">
13268
13365
  <summary>
13269
13366
  Puts all the models that are linked to the root model (that are reachable from that) into the result.
@@ -13284,6 +13381,14 @@
13284
13381
  </param>
13285
13382
  <returns>True when a model with this file exists, otherwise False</returns>
13286
13383
  </member>
13384
+ <member name="M:SIMULTAN.Data.Geometry.SimGeometryModelCollection.GetReferenceCount(SIMULTAN.Data.Assets.ResourceFileEntry)">
13385
+ <summary>
13386
+ Returns the reference count of the provided file if loaded.
13387
+ Returns -1 if not loaded.
13388
+ </summary>
13389
+ <param name="file">The resource file of the geometry model</param>
13390
+ <returns>The reference count of the model or -1 if not loaded.</returns>
13391
+ </member>
13287
13392
  <member name="M:SIMULTAN.Data.Geometry.SimGeometryModelCollection.TryGetCachedImportedGeometry(System.IO.FileInfo)">
13288
13393
  <summary>
13289
13394
  Tries to get the imported geometry data from the cache.
@@ -22000,16 +22105,6 @@
22000
22105
  <member name="P:SIMULTAN.Data.SitePlanner.SitePlannerManager.CalledFromLocation">
22001
22106
  <inheritdoc/>
22002
22107
  </member>
22003
- <member name="E:SIMULTAN.Data.SitePlanner.SitePlannerManager.SitePlannerProjectOpened">
22004
- <summary>
22005
- Invoked when a SitePlannerProjects is opened.
22006
- </summary>
22007
- </member>
22008
- <member name="E:SIMULTAN.Data.SitePlanner.SitePlannerManager.SitePlannerProjectClosed">
22009
- <summary>
22010
- Invoked when a SitePlannerProjects is opened.
22011
- </summary>
22012
- </member>
22013
22108
  <member name="P:SIMULTAN.Data.SitePlanner.SitePlannerManager.GeoMaps">
22014
22109
  <summary>
22015
22110
  List of all GeoMaps in the project
@@ -22045,58 +22140,6 @@
22045
22140
  <param name="file">file path of spdxf</param>
22046
22141
  <returns>SitePlannerProject if found or null otherwise</returns>
22047
22142
  </member>
22048
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.OpenSitePlannerProject(SIMULTAN.Data.SitePlanner.SitePlannerProject)">
22049
- <summary>
22050
- Marks the project as opened
22051
- </summary>
22052
- <param name="proj">SitePlannerProject</param>
22053
- </member>
22054
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.CloseSitePlannerProject(SIMULTAN.Data.SitePlanner.SitePlannerProject)">
22055
- <summary>
22056
- Marks the project as closed
22057
- </summary>
22058
- <param name="proj">SitePlannerProject</param>
22059
- </member>
22060
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.OpenSitePlannerMap(SIMULTAN.Data.SitePlanner.GeoMap)">
22061
- <summary>
22062
- Marks the map as opened
22063
- </summary>
22064
- <param name="map">SitePlannerMap</param>
22065
- </member>
22066
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.CloseSitePlannerMap(SIMULTAN.Data.SitePlanner.GeoMap)">
22067
- <summary>
22068
- Marks the map as closed
22069
- </summary>
22070
- <param name="map">SitePlannerMap</param>
22071
- </member>
22072
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.IsFileOpen(System.IO.FileInfo)">
22073
- <summary>
22074
- Returns whether the given file (SitePlannerProject or SitePlannerMap) is currently opened
22075
- </summary>
22076
- <param name="file">file to check</param>
22077
- <returns>true, if file is currently opened in a tab</returns>
22078
- </member>
22079
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.IsFileOpen(SIMULTAN.Data.Assets.ResourceFileEntry)">
22080
- <summary>
22081
- Returns whether the given file (SitePlannerProject or SitePlannerMap) is currently opened
22082
- </summary>
22083
- <param name="file">file to check</param>
22084
- <returns>true, if file is currently opened in a tab</returns>
22085
- </member>
22086
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.IsSitePlannerFileOpen(System.IO.FileInfo)">
22087
- <summary>
22088
- Returns whether the given SitePlannerProject is currently opened
22089
- </summary>
22090
- <param name="file">SitePlannerProject to check</param>
22091
- <returns>true, if SitePlannerProject is currently opened in a tab</returns>
22092
- </member>
22093
- <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.IsMapFileOpen(System.IO.FileInfo)">
22094
- <summary>
22095
- Returns whether the given SitePlannerMap is currently opened
22096
- </summary>
22097
- <param name="file">SitePlannerMap to check</param>
22098
- <returns>true, if SitePlannerMap is currently opened in a tab</returns>
22099
- </member>
22100
22143
  <member name="M:SIMULTAN.Data.SitePlanner.SitePlannerManager.ClearRecord">
22101
22144
  <summary>
22102
22145
  Clears all information from the manager
@@ -22436,6 +22479,20 @@
22436
22479
  <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomy.NotifyLocalizationChanged">
22437
22480
  <inheritdoc />
22438
22481
  </member>
22482
+ <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomy.MergeWith(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.Boolean)">
22483
+ <summary>
22484
+ Merges this taxonomy with another taxonomy. (add or update)
22485
+ All entries get the localization merged with the other taxonomies entries (update or add).
22486
+ Hierarchy will be adjusted to that of the other taxonomy.
22487
+ Missing entries (that were in original but not in other)
22488
+ will stay at their original locations in the hierarchy.
22489
+ If deleteMissing is set to true, all missing entries in the other taxonomy and missing localizations
22490
+ will be removed from the original.
22491
+ </summary>
22492
+ <param name="other">The other taxonomy to merge into this.</param>
22493
+ <param name="deleteMissing">If missing entries and localizations should be removed</param>
22494
+ <exception cref="T:System.Exception">If taxonomy was changed while merging and cause and error.</exception>
22495
+ </member>
22439
22496
  <member name="T:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection">
22440
22497
  <summary>
22441
22498
  The main collection for taxonomies of a project
@@ -22523,13 +22580,29 @@
22523
22580
  <returns>If changes had to be made to the existing default taxonomies.</returns>
22524
22581
  <exception cref="T:System.ArgumentNullException">if an argument is null</exception>
22525
22582
  </member>
22526
- <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection)">
22583
+ <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)">
22527
22584
  <summary>
22528
22585
  Merges this taxonomy collection with another and returns the taxonomies that already existed.
22529
- References to taxonomy entries of the existing taxonomies need to be manually reset to the existing ones after import.
22586
+ Merge happen by taxonomy key, if multiple have the same key they will generate conflicts if they are different (unless force is used)
22587
+ Identical taxonomies are ignored, new taxonomies will be added. If two have the same key but different content, they will be merged.
22588
+ References to merged taxonomy entries in other imported data need to be manually reset to the new ids of the entries.
22589
+ All merged taxonomies get removed from the other collection.
22530
22590
  </summary>
22531
22591
  <param name="other">The other taxonomies to merge into this collection.</param>
22532
- <returns>taxonomies that already existed in this collection.</returns>
22592
+ <param name="conflicts">All conflicting taxonomies, these were not merged yet.</param>
22593
+ <param name="deleteMissing">If missing entries and localizations should be removed in updated taxonomies. Taxonomies themselves are not deleted.</param>
22594
+ <param name="force">If true, always merge the first conflict of a taxonomy (conflicts list will be empty in the end). Otherwise conflicts are only merged if only a single matching pair is found.</param>
22595
+ <returns>taxonomies that already existed in this collection. Key is the imported one, value the existing one.</returns>
22596
+ <exception cref="T:System.ArgumentNullException">if an argument is null</exception>
22597
+ </member>
22598
+ <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Import(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection)">
22599
+ <summary>
22600
+ Imports another taxonomy collection into this collection and returns the taxonomies that already existed (duplicates).
22601
+ Identical taxonomies are ignored, all other taxonomies get imported as new taxonomies.
22602
+ References to imported taxonomy entries in other imported data need to be manually reset to the new ids of the entries.
22603
+ </summary>
22604
+ <param name="other">The other taxonomies to import into this collection.</param>
22605
+ <returns>taxonomies that already existed in this collection. Key is the imported one, value the existing one.</returns>
22533
22606
  <exception cref="T:System.ArgumentNullException">if an argument is null</exception>
22534
22607
  </member>
22535
22608
  <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.StartLoading">
@@ -22781,6 +22854,15 @@
22781
22854
  <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyEntryOrString.GetHashCode">
22782
22855
  <inheritdoc/>
22783
22856
  </member>
22857
+ <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyEntryOrString.Matches(System.String,System.String)">
22858
+ <summary>
22859
+ Returns True when a TaxonomyEntry is present and the keys match.
22860
+ Always returns False when the <see cref="P:SIMULTAN.Data.Taxonomy.SimTaxonomyEntryOrString.Text"/> is used instead of the <see cref="P:SIMULTAN.Data.Taxonomy.SimTaxonomyEntryOrString.TaxonomyEntryReference"/>.
22861
+ </summary>
22862
+ <param name="taxonomyKey">The key of the taxonomy</param>
22863
+ <param name="taxonomyEntryKey">The key of the taxonomy entry</param>
22864
+ <returns>True when a TaxonomyEntry is present and the keys match.</returns>
22865
+ </member>
22784
22866
  <member name="T:SIMULTAN.Data.Taxonomy.SimTaxonomyEntryReference">
22785
22867
  <summary>
22786
22868
  Represents a reference to a <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomyEntry"/>.
@@ -23069,7 +23151,7 @@
23069
23151
  <summary>
23070
23152
  Returns the localized entry that best fits the given culture.
23071
23153
  First returns the translation that directly fits the culture.
23072
- If that is not found it looks up the languages parent languages up to the invariant cultue.
23154
+ If that is not found it looks up the languages parent languages up to the invariant culture.
23073
23155
  If none matches, the first entry is returned.
23074
23156
  If there are no entries, an empty entry with null culture is returned.
23075
23157
  </summary>
@@ -23085,6 +23167,13 @@
23085
23167
  <param name="other">The other localization to compare to.</param>
23086
23168
  <returns>If the this localization has the same translations as the other one.</returns>
23087
23169
  </member>
23170
+ <member name="M:SIMULTAN.Data.Taxonomy.SimTaxonomyLocalization.MergeWith(SIMULTAN.Data.Taxonomy.SimTaxonomyLocalization,System.Boolean)">
23171
+ <summary>
23172
+ Merges this localization with another. Existing entries get replaced, new ones get added.
23173
+ </summary>
23174
+ <param name="others">Other localization to merge into this one.</param>
23175
+ <param name="deleteMissing">If entries that exist in this localization but not in the other one should be deleted.</param>
23176
+ </member>
23088
23177
  <member name="T:SIMULTAN.Data.Users.IAuthenticationService">
23089
23178
  <summary>
23090
23179
  Provides methods to authenticate a user
@@ -28069,6 +28158,12 @@
28069
28158
  <member name="M:SIMULTAN.Serializer.DXF.DXFDataConverter.SIMULTAN#Serializer#DXF#IDXFDataConverter{System#Int32}#FromDXFString(System.String,SIMULTAN.Serializer.DXF.DXFParserInfo)">
28070
28159
  <inheritdoc />
28071
28160
  </member>
28161
+ <member name="M:SIMULTAN.Serializer.DXF.DXFDataConverter.ToDXFString(System.UInt32)">
28162
+ <inheritdoc />
28163
+ </member>
28164
+ <member name="M:SIMULTAN.Serializer.DXF.DXFDataConverter.SIMULTAN#Serializer#DXF#IDXFDataConverter{System#UInt32}#FromDXFString(System.String,SIMULTAN.Serializer.DXF.DXFParserInfo)">
28165
+ <inheritdoc />
28166
+ </member>
28072
28167
  <member name="M:SIMULTAN.Serializer.DXF.DXFDataConverter.ToDXFString(System.Byte)">
28073
28168
  <inheritdoc />
28074
28169
  </member>
@@ -30652,6 +30747,145 @@
30652
30747
  <param name="networks">Networks to export</param>
30653
30748
  <param name="fileToSave">The file to save the .json to</param>
30654
30749
  </member>
30750
+ <member name="M:SIMULTAN.Serializer.JSON.JSONExporter.ExportTaxonomy(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Taxonomy.SimTaxonomy},System.IO.FileInfo)">
30751
+ <summary>
30752
+ Exports taxonomies to a JSON file
30753
+ </summary>
30754
+ <param name="taxonomies">The taxonomies to export</param>
30755
+ <param name="file">The file to export to</param>
30756
+ </member>
30757
+ <member name="M:SIMULTAN.Serializer.JSON.JSONExporter.ExportTaxonomy(System.Collections.Generic.IEnumerable{SIMULTAN.Data.Taxonomy.SimTaxonomy})">
30758
+ <summary>
30759
+ Exports taxonomies to a JSON string
30760
+ </summary>
30761
+ <param name="taxonomies">The taxonomies to export</param>
30762
+ <returns>The taxonomy JSON</returns>
30763
+ </member>
30764
+ <member name="M:SIMULTAN.Serializer.JSON.JSONExporter.ExportTaxonomy(System.Collections.Generic.IEnumerable{SIMULTAN.Serializer.JSON.SimTaxonomySerializable})">
30765
+ <summary>
30766
+ Exports taxonomies to a JSON string
30767
+ </summary>
30768
+ <param name="taxonomies">The taxonomies to export</param>
30769
+ <returns>The taxonomy JSON</returns>
30770
+ </member>
30771
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.IO.FileInfo,System.ValueTuple{System.Int32,System.Int32}@)">
30772
+ <summary>
30773
+ Imports a taxonomy JSON file into the project
30774
+ </summary>
30775
+ <param name="projectData">The project data</param>
30776
+ <param name="file">The JSON file</param>
30777
+ <param name="statistics">Returns the number of taxonomies imported and the number of taxonomies that were skipped</param>
30778
+ <exception cref="T:System.ArgumentException">If the file does not exist</exception>
30779
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30780
+ </member>
30781
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.IO.FileInfo)">
30782
+ <summary>
30783
+ Imports a taxonomy JSON file into the project
30784
+ </summary>
30785
+ <param name="projectData">The project data</param>
30786
+ <param name="file">The JSON file</param>
30787
+ <exception cref="T:System.ArgumentException">If the file does not exist</exception>
30788
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30789
+ </member>
30790
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.String,System.ValueTuple{System.Int32,System.Int32}@)">
30791
+ <summary>
30792
+ Imports a taxonomy JSON string into the project
30793
+ </summary>
30794
+ <param name="projectData">The project data</param>
30795
+ <param name="json">The JSON string</param>
30796
+ <param name="statistics">Returns the number of taxonomies imported and the number of taxonomies that were skipped</param>
30797
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30798
+ </member>
30799
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.String)">
30800
+ <summary>
30801
+ Imports a taxonomy JSON string into the project
30802
+ </summary>
30803
+ <param name="projectData">The project data</param>
30804
+ <param name="json">The JSON string</param>
30805
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30806
+ </member>
30807
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.Collections.Generic.IEnumerable{SIMULTAN.Serializer.JSON.SimTaxonomySerializable},System.ValueTuple{System.Int32,System.Int32}@)">
30808
+ <summary>
30809
+ Imports a taxonomy JSON serializables into the project
30810
+ </summary>
30811
+ <param name="projectData">The project data</param>
30812
+ <param name="jsonTaxonomies">The JSON taxonomies</param>
30813
+ <param name="statistics">Returns the number of taxonomies imported and the number of taxonomies that were skipped</param>
30814
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30815
+ </member>
30816
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.Collections.Generic.IEnumerable{SIMULTAN.Serializer.JSON.SimTaxonomySerializable})">
30817
+ <summary>
30818
+ Imports a taxonomy JSON serializables into the project
30819
+ </summary>
30820
+ <param name="projectData">The project data</param>
30821
+ <param name="jsonTaxonomies">The JSON taxonomies</param>
30822
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30823
+ </member>
30824
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportAndMergeTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.IO.FileInfo,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)">
30825
+ <summary>
30826
+ Imports and merges the Taxonomies with the existing ones.
30827
+ For details see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)"/>
30828
+ </summary>
30829
+ <param name="projectData">The project data</param>
30830
+ <param name="file">The file to import</param>
30831
+ <param name="conflicts">Conflicts that may have been detected while merging</param>
30832
+ <param name="deleteMissing">If missing entries should be removed</param>
30833
+ <param name="force">If merging should be forced even if conflicts were detected (uses first match)</param>
30834
+ <exception cref="T:System.ArgumentException">If the file could not be found</exception>
30835
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30836
+ </member>
30837
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportAndMergeTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.String,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)">
30838
+ <summary>
30839
+ Imports and merges the Taxonomies with the existing ones.
30840
+ For details see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)"/>
30841
+ </summary>
30842
+ <param name="projectData">The project data</param>
30843
+ <param name="json">The json to import</param>
30844
+ <param name="conflicts">Conflicts that may have been detected while merging</param>
30845
+ <param name="deleteMissing">If missing entries should be removed</param>
30846
+ <param name="force">If merging should be forced even if conflicts were detected (uses first match)</param>
30847
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30848
+ </member>
30849
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportAndMergeTaxonomy(SIMULTAN.Projects.ExtendedProjectData,System.Collections.Generic.IEnumerable{SIMULTAN.Serializer.JSON.SimTaxonomySerializable},System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)">
30850
+ <summary>
30851
+ Imports and merges the Taxonomies with the existing ones.
30852
+ For details see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)"/>
30853
+ </summary>
30854
+ <param name="projectData">The project data</param>
30855
+ <param name="jsonTaxonomies">The JSON taxonomies to import</param>
30856
+ <param name="conflicts">Conflicts that may have been detected while merging</param>
30857
+ <param name="deleteMissing">If missing entries should be removed</param>
30858
+ <param name="force">If merging should be forced even if conflicts were detected (uses first match)</param>
30859
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30860
+ </member>
30861
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportAndMergeTaxonomy(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.Collections.Generic.IEnumerable{SIMULTAN.Serializer.JSON.SimTaxonomySerializable},System.Boolean)">
30862
+ <summary>
30863
+ Imports and merges the Taxonomies with the target taxonomy.
30864
+ For details see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomy.MergeWith(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.Boolean)"/>
30865
+ </summary>
30866
+ <param name="targetTaxonomy">The taxonomy to merge into</param>
30867
+ <param name="jsonTaxonomies">The JSON taxonomies to import</param>
30868
+ <param name="deleteMissing">If missing entries should be removed</param>
30869
+ <exception cref="T:System.ArgumentNullException">If an argument is null</exception>
30870
+ </member>
30871
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportAndMergeTaxonomy(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.String,System.Boolean)">
30872
+ <summary>
30873
+ Imports and merges the Taxonomies with the target taxonomy.
30874
+ For details see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomy.MergeWith(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.Boolean)"/>
30875
+ </summary>
30876
+ <param name="targetTaxonomy">The taxonomy to merge into</param>
30877
+ <param name="json">The JSON to import</param>
30878
+ <param name="deleteMissing">If missing entries should be removed</param>
30879
+ </member>
30880
+ <member name="M:SIMULTAN.Serializer.JSON.JSONImporter.ImportAndMergeTaxonomy(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.IO.FileInfo,System.Boolean)">
30881
+ <summary>
30882
+ Imports and merges the Taxonomies with the target taxonomy.
30883
+ For details see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomy.MergeWith(SIMULTAN.Data.Taxonomy.SimTaxonomy,System.Boolean)"/>
30884
+ </summary>
30885
+ <param name="targetTaxonomy">The taxonomy to merge into</param>
30886
+ <param name="file">The file to import</param>
30887
+ <param name="deleteMissing">If missing entries should be removed</param>
30888
+ </member>
30655
30889
  <member name="T:SIMULTAN.Serializer.JSON.ProjectSerializable">
30656
30890
  <summary>
30657
30891
  Serializable class for the <see cref="T:SIMULTAN.Projects.ProjectData"/>
@@ -31305,6 +31539,152 @@
31305
31539
  </summary>
31306
31540
  <param name="reference">The taxonomy entry reference to serialize</param>
31307
31541
  </member>
31542
+ <member name="T:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable">
31543
+ <summary>
31544
+ JSON import/export model of the <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomyEntry"/>
31545
+ </summary>
31546
+ </member>
31547
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.Key">
31548
+ <summary>
31549
+ The key of the taxonomy entry
31550
+ </summary>
31551
+ </member>
31552
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.Name">
31553
+ <summary>
31554
+ The invariant culture name of the taxonomy entry
31555
+ </summary>
31556
+ </member>
31557
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.Description">
31558
+ <summary>
31559
+ The invariant culture description of the taxonomy entry
31560
+ </summary>
31561
+ </member>
31562
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.Localization">
31563
+ <summary>
31564
+ The localizations of the taxonomy entry
31565
+ </summary>
31566
+ </member>
31567
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.Children">
31568
+ <summary>
31569
+ The children of the taxonomy entry
31570
+ </summary>
31571
+ </member>
31572
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.#ctor">
31573
+ <summary>
31574
+ Creates an empty <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable"/>
31575
+ </summary>
31576
+ </member>
31577
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.#ctor(SIMULTAN.Data.Taxonomy.SimTaxonomyEntry)">
31578
+ <summary>
31579
+ Creates a new <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable"/> from the given <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomyEntry"/>.
31580
+ Name and Description will be set to the invariant culture or the first localization if not found.
31581
+ Localization will be null if only invariant culture is used.
31582
+ Children will be null if the are none.
31583
+ </summary>
31584
+ <param name="entry">The entry to convert</param>
31585
+ </member>
31586
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomyEntrySerializable.ToSimTaxonomyEntry(System.Boolean)">
31587
+ <summary>
31588
+ Converts this into a <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomyEntry"/>
31589
+ </summary>
31590
+ <param name="supportsInvariantCulture">If the taxonomy supports the invariant culture.
31591
+ If false and localization is not null, the name and description will be ignored and only the localizations will be converted.</param>
31592
+ <returns>The converted entry</returns>
31593
+ </member>
31594
+ <member name="T:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable">
31595
+ <summary>
31596
+ JSON import/export model of the <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomyLocalizationEntry"/>
31597
+ </summary>
31598
+ </member>
31599
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable.CultureCode">
31600
+ <summary>
31601
+ The culture code of the entry. <see cref="P:System.Globalization.CultureInfo.Name"/>
31602
+ </summary>
31603
+ </member>
31604
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable.Name">
31605
+ <summary>
31606
+ The name of the entry
31607
+ </summary>
31608
+ </member>
31609
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable.Description">
31610
+ <summary>
31611
+ The description of the entry
31612
+ </summary>
31613
+ </member>
31614
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable.#ctor">
31615
+ <summary>
31616
+ Creates a new <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable"/>
31617
+ </summary>
31618
+ </member>
31619
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable.#ctor(System.String,System.String,System.String)">
31620
+ <summary>
31621
+ Creates a new <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable"/>
31622
+ </summary>
31623
+ <param name="cultureCode">The culture code</param>
31624
+ <param name="name">The name</param>
31625
+ <param name="description">The description</param>
31626
+ </member>
31627
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable.#ctor(SIMULTAN.Data.Taxonomy.SimTaxonomyLocalizationEntry)">
31628
+ <summary>
31629
+ Creates a new <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomyLocalizationSerializable"/> from an <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomyLocalizationEntry"/>
31630
+ </summary>
31631
+ <param name="entry">The entry</param>
31632
+ </member>
31633
+ <member name="T:SIMULTAN.Serializer.JSON.SimTaxonomySerializable">
31634
+ <summary>
31635
+ JSON import/export model of the <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomy"/>
31636
+ </summary>
31637
+ </member>
31638
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.Key">
31639
+ <summary>
31640
+ The key of the taxonomy
31641
+ </summary>
31642
+ </member>
31643
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.Name">
31644
+ <summary>
31645
+ The invariant culture name of the taxonomy
31646
+ </summary>
31647
+ </member>
31648
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.Description">
31649
+ <summary>
31650
+ The invariant culture description of the taxonomy
31651
+ </summary>
31652
+ </member>
31653
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.SupportedLanguages">
31654
+ <summary>
31655
+ List of supported language culture codes. If null, only InvariantCulture is supported.
31656
+ If this does not contain the InvariantCulture, Name and Description are from one of the localizations.
31657
+ </summary>
31658
+ </member>
31659
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.Localization">
31660
+ <summary>
31661
+ The localizations of the taxonomy. If null, only InvariantCulture is used.
31662
+ </summary>
31663
+ </member>
31664
+ <member name="P:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.Children">
31665
+ <summary>
31666
+ The children of the taxonomy
31667
+ </summary>
31668
+ </member>
31669
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.#ctor">
31670
+ <summary>
31671
+ Creates an empty <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomySerializable"/>
31672
+ Needed for JSON serialization
31673
+ </summary>
31674
+ </member>
31675
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.#ctor(SIMULTAN.Data.Taxonomy.SimTaxonomy)">
31676
+ <summary>
31677
+ Converts the <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomy"/> to its equivalent JSON model <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomySerializable"/>
31678
+ </summary>
31679
+ <param name="taxonomy">The taxonomy</param>
31680
+ <returns>The JSON model of the taxonomy</returns>
31681
+ </member>
31682
+ <member name="M:SIMULTAN.Serializer.JSON.SimTaxonomySerializable.ToSimTaxonomy">
31683
+ <summary>
31684
+ Converts the <see cref="T:SIMULTAN.Serializer.JSON.SimTaxonomySerializable"/> to its equivalent SIMULTAN model <see cref="T:SIMULTAN.Data.Taxonomy.SimTaxonomy"/>
31685
+ </summary>
31686
+ <returns>The SIMULTAN model of the taxonomy</returns>
31687
+ </member>
31308
31688
  <member name="T:SIMULTAN.Serializer.JSON.SimVector3DSerializable">
31309
31689
  <summary>
31310
31690
  Serializable representation of a <see cref="T:SIMULTAN.Data.SimMath.SimVector3D"/>
@@ -31595,6 +31975,28 @@
31595
31975
  Provides saving and opening functionality for the project contents.
31596
31976
  </summary>
31597
31977
  </member>
31978
+ <member name="M:SIMULTAN.Serializer.Projects.ProjectIO.ImportTaxonomyAnMergeFile(System.IO.FileInfo,SIMULTAN.Projects.ExtendedProjectData,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)">
31979
+ <summary>
31980
+ Imports and merges taxonomies from a txdf file.
31981
+ For details on merging see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)"/>
31982
+ </summary>
31983
+ <param name="file">The file to import</param>
31984
+ <param name="projectData">The project data to import to</param>
31985
+ <param name="conflicts">Conflicts generated while importing</param>
31986
+ <param name="deleteMissing">If missing entries in the import should be deleted</param>
31987
+ <param name="force">If merging should be forced, even if conflicts were detected. Uses the first match.</param>
31988
+ </member>
31989
+ <member name="M:SIMULTAN.Serializer.Projects.ProjectIO.ImportTaxonomyAnMergeFile(System.IO.FileInfo,SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Projects.ExtendedProjectData,System.Boolean)">
31990
+ <summary>
31991
+ Imports and merges with a single taxonomy form a txdf file.
31992
+ For details on merging see <see cref="M:SIMULTAN.Data.Taxonomy.SimTaxonomyCollection.Merge(SIMULTAN.Data.Taxonomy.SimTaxonomyCollection,System.Collections.Generic.List{System.ValueTuple{SIMULTAN.Data.Taxonomy.SimTaxonomy,SIMULTAN.Data.Taxonomy.SimTaxonomy}}@,System.Boolean,System.Boolean)"/>
31993
+ </summary>
31994
+ <param name="file">The file to import</param>
31995
+ <param name="projectData">The project data to import to</param>
31996
+ <param name="targetTaxonomy">The target taxonomy</param>
31997
+ <param name="deleteMissing">If missing entries in the import should be deleted</param>
31998
+ <returns>True if the merge was successful.</returns>
31999
+ </member>
31598
32000
  <member name="M:SIMULTAN.Serializer.Projects.ProjectIO.ImportTaxonomyFile(System.IO.FileInfo,SIMULTAN.Projects.ExtendedProjectData)">
31599
32001
  <summary>
31600
32002
  Imports a taxonomy file into the project data.
@@ -33218,7 +33620,7 @@
33218
33620
  <summary>
33219
33621
  Fetches the data of a whole tile. Data is in a row by row format.
33220
33622
  </summary>
33221
- <param name="pointInTile">A point somewhere inside of the tile you want to fetch.</param>
33623
+ <param name="pointInTile">A point somewhere inside of the tile you want to fetch in Webmercator coordinates (easting, northing)/[long, lat].</param>
33222
33624
  <param name="zoomLevel">The zoom level at which the tile should be fetched.</param>
33223
33625
  <returns>The data of the tile in a row-by-row format, the width and the height.</returns>
33224
33626
  </member>
@@ -33281,6 +33683,11 @@
33281
33683
  </summary>
33282
33684
  <returns>The localized display name of this Provider implementation.</returns>
33283
33685
  </member>
33686
+ <member name="M:SIMULTAN.Utils.ElevationProvider.IElevationProvider.ClearCache">
33687
+ <summary>
33688
+ Clears the cache if one is used.
33689
+ </summary>
33690
+ </member>
33284
33691
  <member name="T:SIMULTAN.Utils.Files.DirectoryOperations">
33285
33692
  <summary>
33286
33693
  Contains methods for querying and manipulating directories.
@@ -34207,6 +34614,14 @@
34207
34614
  Writes a linebreak to the stream
34208
34615
  </summary>
34209
34616
  </member>
34617
+ <member name="T:SIMULTAN.Utils.SystemTimerFactory">
34618
+ <summary>
34619
+ Implementation of the <see cref="T:SIMULTAN.Utils.IDispatcherTimerFactory"/>
34620
+ </summary>
34621
+ </member>
34622
+ <member name="M:SIMULTAN.Utils.SystemTimerFactory.Create">
34623
+ <inheritdoc />
34624
+ </member>
34210
34625
  <member name="T:SIMULTAN.Utils.TaxonomyUtils">
34211
34626
  <summary>
34212
34627
  Utils for taxonomies
@@ -34419,6 +34834,26 @@
34419
34834
  <member name="M:SIMULTAN.Utils.UndoRedo.PropertyUndoItem.Undo">
34420
34835
  <inheritdoc/>
34421
34836
  </member>
34837
+ <member name="T:SIMULTAN.Utils.UnsyncedSynchronizationContext">
34838
+ <summary>
34839
+ Provides a default (OS independent) implementation of the <see cref="T:System.ComponentModel.ISynchronizeInvoke"/> interface that doesn't perform any synchronization.
34840
+ This is mainly needed when working with user interfaces that need to run code asynchronously and need to be reimplemented for the respective
34841
+ UI system.
34842
+ This default implementation doesn't perform any synchronization and runs the code immediately.
34843
+ </summary>
34844
+ </member>
34845
+ <member name="P:SIMULTAN.Utils.UnsyncedSynchronizationContext.InvokeRequired">
34846
+ <inheritdoc />
34847
+ </member>
34848
+ <member name="M:SIMULTAN.Utils.UnsyncedSynchronizationContext.BeginInvoke(System.Delegate,System.Object[])">
34849
+ <inheritdoc />
34850
+ </member>
34851
+ <member name="M:SIMULTAN.Utils.UnsyncedSynchronizationContext.EndInvoke(System.IAsyncResult)">
34852
+ <inheritdoc />
34853
+ </member>
34854
+ <member name="M:SIMULTAN.Utils.UnsyncedSynchronizationContext.Invoke(System.Delegate,System.Object[])">
34855
+ <inheritdoc />
34856
+ </member>
34422
34857
  <member name="T:System.Text.RegularExpressions.Generated.DirectorySeperatorRegex_0">
34423
34858
  <summary>Custom <see cref="T:System.Text.RegularExpressions.Regex"/>-derived type for the DirectorySeperatorRegex method.</summary>
34424
34859
  </member>