PySimultan 0.1.54__py3-none-any.whl → 0.2.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan-0.2.1.dist-info/LICENSE.txt +17 -0
- PySimultan-0.2.1.dist-info/METADATA +36 -0
- PySimultan-0.2.1.dist-info/RECORD +82 -0
- {PySimultan-0.1.54.dist-info → PySimultan-0.2.1.dist-info}/WHEEL +1 -1
- PySimultan-0.2.1.dist-info/top_level.txt +1 -0
- {PySimultan → PySimultan2}/__init__.py +11 -6
- PySimultan2/config.py +52 -0
- PySimultan2/data_model.py +713 -0
- PySimultan2/default_types.py +507 -0
- PySimultan2/files.py +371 -0
- PySimultan2/geometry/__init__.py +4 -0
- PySimultan2/geometry/geometry_base.py +654 -0
- PySimultan2/geometry/utils.py +181 -0
- PySimultan2/multi_values.py +277 -0
- PySimultan2/object_mapper.py +200 -0
- PySimultan2/resources/AssimpNet.dll +0 -0
- PySimultan2/resources/AvalonDock.dll +0 -0
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ClosedXML.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan/resources/ComponentBuilder.exe.config → PySimultan2/resources/ComponentBuilder.dll.config +6 -2
- PySimultan2/resources/ComponentBuilder.runtimeconfig.json +18 -0
- {PySimultan → PySimultan2}/resources/ComponentBuilder.xml +11877 -6754
- PySimultan2/resources/ControlzEx.dll +0 -0
- PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
- PySimultan2/resources/DocumentFormat.OpenXml.dll +0 -0
- PySimultan2/resources/ExcelNumberFormat.dll +0 -0
- PySimultan2/resources/Fluent.dll +0 -0
- PySimultan2/resources/GeometryViewer.dll +0 -0
- {PySimultan → PySimultan2}/resources/GeometryViewer.xml +2201 -1155
- PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
- PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
- PySimultan2/resources/HelixToolkit.dll +0 -0
- PySimultan2/resources/MathNet.Numerics.dll +0 -0
- PySimultan2/resources/Microsoft.AspNetCore.Authorization.dll +0 -0
- PySimultan2/resources/Microsoft.AspNetCore.Metadata.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.Options.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.Primitives.dll +0 -0
- PySimultan2/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
- PySimultan2/resources/Microsoft.WindowsAPICodePack.dll +0 -0
- PySimultan2/resources/Microsoft.Xaml.Behaviors.dll +0 -0
- PySimultan2/resources/Newtonsoft.Json.Bson.dll +0 -0
- PySimultan2/resources/Newtonsoft.Json.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +15 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.Lang.xml +5282 -3252
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.Plugins.xml +110 -0
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.UI.xml +10483 -4937
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +34122 -0
- PySimultan2/resources/SharpDX.D3DCompiler.dll +0 -0
- PySimultan2/resources/SharpDX.DXGI.dll +0 -0
- PySimultan2/resources/SharpDX.Direct2D1.dll +0 -0
- PySimultan2/resources/SharpDX.Direct3D11.dll +0 -0
- PySimultan2/resources/SharpDX.Direct3D9.dll +0 -0
- {PySimultan → PySimultan2}/resources/SharpDX.Mathematics.dll +0 -0
- PySimultan2/resources/SharpDX.dll +0 -0
- {PySimultan → PySimultan2}/resources/SitePlanner.dll +0 -0
- {PySimultan → PySimultan2}/resources/SitePlanner.xml +959 -1110
- PySimultan2/resources/Sprache.dll +0 -0
- PySimultan2/resources/System.Data.OleDb.dll +0 -0
- PySimultan2/resources/System.Net.Http.Formatting.dll +0 -0
- PySimultan2/resources/XAMLMarkupExtensions.dll +0 -0
- PySimultan2/resources/assimp.dll +0 -0
- {PySimultan → PySimultan2}/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +366 -0
- PySimultan2/taxonomy_maps.py +169 -0
- PySimultan2/utils.py +1383 -0
- PySimultan/config.py +0 -57
- PySimultan/data_model.py +0 -376
- PySimultan/default_types.py +0 -1771
- PySimultan/geo_default_types.py +0 -763
- PySimultan/geometry.py +0 -309
- PySimultan/resources/AssimpNet.dll +0 -0
- PySimultan/resources/AssimpNet.xml +0 -12074
- PySimultan/resources/BruTile.dll +0 -0
- PySimultan/resources/BruTile.xml +0 -1845
- PySimultan/resources/ControlzEx.dll +0 -0
- PySimultan/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
- PySimultan/resources/DXFImportExport.dll +0 -0
- PySimultan/resources/DotSpatial.Projections.xml +0 -5879
- PySimultan/resources/EXCELImportExport.dll +0 -0
- PySimultan/resources/Fluent.dll +0 -0
- PySimultan/resources/Fluent.xml +0 -9103
- PySimultan/resources/GeoJSON.Net.dll +0 -0
- PySimultan/resources/GeometryViewer.Data.dll +0 -0
- PySimultan/resources/GeometryViewer.Data.xml +0 -4443
- PySimultan/resources/GeometryViewer.Shared.dll +0 -0
- PySimultan/resources/GeometryViewer.Shared.xml +0 -588
- PySimultan/resources/GeometryViewer.dll +0 -0
- PySimultan/resources/HelixToolkit.Wpf.SharpDX.dll +0 -0
- PySimultan/resources/HelixToolkit.Wpf.SharpDX.xml +0 -43219
- PySimultan/resources/HelixToolkit.Wpf.dll +0 -0
- PySimultan/resources/HelixToolkit.Wpf.xml +0 -22363
- PySimultan/resources/HelixToolkit.dll +0 -0
- PySimultan/resources/HelixToolkit.xml +0 -144
- PySimultan/resources/ImportLog_SMART_CAMPUS_TU_WIEN_BIBLIOTHEK_20210305_ZONENMODELL_23_11_2021-06_54_54.txt +0 -1
- PySimultan/resources/LibGit2Sharp.dll +0 -0
- PySimultan/resources/LibGit2Sharp.dll.config +0 -4
- PySimultan/resources/LibGit2Sharp.xml +0 -13770
- PySimultan/resources/MathNet.Numerics.dll +0 -0
- PySimultan/resources/MathNet.Numerics.xml +0 -57152
- PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
- PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.xml +0 -25496
- PySimultan/resources/Microsoft.WindowsAPICodePack.dll +0 -0
- PySimultan/resources/Microsoft.WindowsAPICodePack.xml +0 -2934
- PySimultan/resources/Newtonsoft.Json.dll +0 -0
- PySimultan/resources/Newtonsoft.Json.xml +0 -11305
- PySimultan/resources/ParameterStructure.dll +0 -0
- PySimultan/resources/ParameterStructure.xml +0 -10750
- PySimultan/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan/resources/SIMULTAN.DataExchange.dll +0 -0
- PySimultan/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan/resources/SIMULTAN.Legacy.dll +0 -0
- PySimultan/resources/SIMULTAN.Legacy.xml +0 -254
- PySimultan/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan/resources/SIMULTAN.Project.dll +0 -0
- PySimultan/resources/SIMULTAN.Project.dll.config +0 -11
- PySimultan/resources/SIMULTAN.UI.dll +0 -0
- PySimultan/resources/SIMULTAN.Util.dll +0 -0
- PySimultan/resources/SIMULTAN.Util.xml +0 -3430
- PySimultan/resources/SharpDX.D3DCompiler.dll +0 -0
- PySimultan/resources/SharpDX.D3DCompiler.xml +0 -5897
- PySimultan/resources/SharpDX.DXGI.dll +0 -0
- PySimultan/resources/SharpDX.DXGI.xml +0 -8737
- PySimultan/resources/SharpDX.Direct2D1.dll +0 -0
- PySimultan/resources/SharpDX.Direct2D1.xml +0 -46691
- PySimultan/resources/SharpDX.Direct3D11.dll +0 -0
- PySimultan/resources/SharpDX.Direct3D11.xml +0 -31826
- PySimultan/resources/SharpDX.Direct3D9.dll +0 -0
- PySimultan/resources/SharpDX.Direct3D9.xml +0 -36489
- PySimultan/resources/SharpDX.Mathematics.xml +0 -16449
- PySimultan/resources/SharpDX.dll +0 -0
- PySimultan/resources/Sprache.dll +0 -0
- PySimultan/resources/Sprache.xml +0 -1199
- PySimultan/resources/System.Net.Http.Formatting.dll +0 -0
- PySimultan/resources/System.Net.Http.Formatting.xml +0 -2094
- PySimultan/resources/System.Windows.Interactivity.dll +0 -0
- PySimultan/resources/TalkGit.dll +0 -0
- PySimultan/resources/TalkGit.dll.config +0 -11
- PySimultan/resources/WebServiceConnector.dll +0 -0
- PySimultan/resources/WebServiceConnector.dll.config +0 -11
- PySimultan/resources/XAMLMarkupExtensions.dll +0 -0
- PySimultan/resources/XAMLMarkupExtensions.xml +0 -862
- PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Aero.dll +0 -0
- PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Metro.dll +0 -0
- PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.VS2010.dll +0 -0
- PySimultan/resources/Xceed.Wpf.AvalonDock.dll +0 -0
- PySimultan/resources/Xceed.Wpf.Toolkit.dll +0 -0
- PySimultan/resources/assimp.dll +0 -0
- PySimultan/resources/schema.yaml +0 -13
- PySimultan/resources/simultan_exception_07_10_2021-08_34_24.txt +0 -17
- PySimultan/resources/simultan_exception_07_10_2021-10_13_31.txt +0 -17
- PySimultan/resources/simultan_exception_11_10_2021-19_45_42.txt +0 -17
- PySimultan/resources/simultan_exception_22_11_2021-16_41_52.txt +0 -14
- PySimultan/resources/simultan_exception_22_11_2021-17_37_40.txt +0 -14
- PySimultan/simultan_geometry_utils.py +0 -81
- PySimultan/simultan_utils.py +0 -165
- PySimultan/slots.py +0 -51
- PySimultan/template_tools.py +0 -631
- PySimultan/utils.py +0 -298
- PySimultan-0.1.54.dist-info/LICENSE +0 -674
- PySimultan-0.1.54.dist-info/LICENSE.txt +0 -674
- PySimultan-0.1.54.dist-info/METADATA +0 -690
- PySimultan-0.1.54.dist-info/RECORD +0 -119
- PySimultan-0.1.54.dist-info/entry_points.txt +0 -3
- PySimultan-0.1.54.dist-info/top_level.txt +0 -1
- PySimultan-0.1.54.dist-info/zip-safe +0 -1
- {PySimultan → PySimultan2}/resources/DotSpatial.Projections.dll +0 -0
- {PySimultan → PySimultan2}/resources/GeometryViewer.dll.config +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -0
- {PySimultan → PySimultan2}/resources/SitePlanner.dll.config +0 -0
- {PySimultan → PySimultan2}/resources/Sprache.Calc.dll +0 -0
- {PySimultan → PySimultan2}/resources/__init__.py +0 -0
- {PySimultan → PySimultan2}/resources/setup.bat +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,254 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<doc>
|
3
|
-
<assembly>
|
4
|
-
<name>SIMULTAN.Legacy</name>
|
5
|
-
</assembly>
|
6
|
-
<members>
|
7
|
-
<member name="T:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference">
|
8
|
-
<summary>
|
9
|
-
Abstract base class for all references btw component parameters and SimMultiValue fields.
|
10
|
-
</summary>
|
11
|
-
</member>
|
12
|
-
<member name="F:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.DELIMITER">
|
13
|
-
<summary>
|
14
|
-
Serialization delimiter btw. property values.
|
15
|
-
</summary>
|
16
|
-
</member>
|
17
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.ComponentId">
|
18
|
-
<summary>
|
19
|
-
The component's id.
|
20
|
-
</summary>
|
21
|
-
</member>
|
22
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.ParameterId">
|
23
|
-
<summary>
|
24
|
-
The parameter's id.
|
25
|
-
</summary>
|
26
|
-
</member>
|
27
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.MultiValueId">
|
28
|
-
<summary>
|
29
|
-
The multivalue id.
|
30
|
-
</summary>
|
31
|
-
</member>
|
32
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.Type">
|
33
|
-
<summary>
|
34
|
-
The type of the multivalue field.
|
35
|
-
</summary>
|
36
|
-
</member>
|
37
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.ComponentLocationInfo">
|
38
|
-
<summary>
|
39
|
-
Descriptive information about the component (global).
|
40
|
-
</summary>
|
41
|
-
</member>
|
42
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.ComponentInfo">
|
43
|
-
<summary>
|
44
|
-
Descriptive information about the component (local).
|
45
|
-
</summary>
|
46
|
-
</member>
|
47
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.ParameterInfo">
|
48
|
-
<summary>
|
49
|
-
Descriptive information about the parameter.
|
50
|
-
</summary>
|
51
|
-
</member>
|
52
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.MultiValueInfo">
|
53
|
-
<summary>
|
54
|
-
Descriptive information about the values.
|
55
|
-
</summary>
|
56
|
-
</member>
|
57
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.#ctor(ParameterStructure.SimObjects.SimId,System.Int64,System.Int64,ParameterStructure.Values.MultiValueType)">
|
58
|
-
<summary>
|
59
|
-
Initializes an instance of ComponentToMultiValueReference.
|
60
|
-
</summary>
|
61
|
-
<param name="componentId">the component id</param>
|
62
|
-
<param name="parameterId">the parameter id</param>
|
63
|
-
<param name="valueId">the id of the value field</param>
|
64
|
-
<param name="type">the type of the value field</param>
|
65
|
-
</member>
|
66
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.Serialize">
|
67
|
-
<summary>
|
68
|
-
Serializes the instance to a string.
|
69
|
-
</summary>
|
70
|
-
<returns></returns>
|
71
|
-
</member>
|
72
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.SerializeInfo">
|
73
|
-
<summary>
|
74
|
-
Serializes the instance additional info to a string.
|
75
|
-
</summary>
|
76
|
-
<returns></returns>
|
77
|
-
</member>
|
78
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.Deserialize(System.String)">
|
79
|
-
<summary>
|
80
|
-
Deserializes the input string to a specific subtype of ComponentToMultiValueReference.
|
81
|
-
</summary>
|
82
|
-
<param name="input">the input string to deserialize</param>
|
83
|
-
<returns>an instance of subtype ComponentToMultiValueReference or null</returns>
|
84
|
-
</member>
|
85
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.IsMatch(SIMULTAN.Legacy.Repair.ComponentToMultiValueReference,ParameterStructure.Values.SimMultiValue)">
|
86
|
-
<summary>
|
87
|
-
Matches the given reference with the value using name and size, not ids.
|
88
|
-
</summary>
|
89
|
-
<param name="reference">the reference</param>
|
90
|
-
<param name="mv">the value field</param>
|
91
|
-
<returns>true, if it is a match</returns>
|
92
|
-
</member>
|
93
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueReference.AddInfo(System.String)">
|
94
|
-
<summary>
|
95
|
-
Adds descriptive information from a string.
|
96
|
-
</summary>
|
97
|
-
<param name="_input">the additional information about component, parameter and value</param>
|
98
|
-
</member>
|
99
|
-
<member name="T:SIMULTAN.Legacy.Repair.ComponentToMultiValueBigTableReference">
|
100
|
-
<summary>
|
101
|
-
Reference btw a component parameter and a MultiValueBigTable.
|
102
|
-
</summary>
|
103
|
-
</member>
|
104
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueBigTableReference.RowIndex">
|
105
|
-
<summary>
|
106
|
-
The index of the table row.
|
107
|
-
</summary>
|
108
|
-
</member>
|
109
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueBigTableReference.ColumnIndex">
|
110
|
-
<summary>
|
111
|
-
The index of the table column.
|
112
|
-
</summary>
|
113
|
-
</member>
|
114
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueBigTableReference.#ctor(ParameterStructure.SimObjects.SimId,System.Int64,System.Int64,System.Int32,System.Int32)">
|
115
|
-
<summary>
|
116
|
-
Initializes an instance of type ComponentToMultiValueBigTableReference.
|
117
|
-
</summary>
|
118
|
-
<param name="componentId">the id of the component</param>
|
119
|
-
<param name="parameterId">the id of the parameter</param>
|
120
|
-
<param name="valueId">the id of the value field</param>
|
121
|
-
<param name="rowIndex">the row index of the table</param>
|
122
|
-
<param name="columnIndex">the column index of the table</param>
|
123
|
-
</member>
|
124
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueBigTableReference.Serialize">
|
125
|
-
<inheritdoc/>
|
126
|
-
</member>
|
127
|
-
<member name="T:SIMULTAN.Legacy.Repair.ComponentToMultiValueFunctionReference">
|
128
|
-
<summary>
|
129
|
-
Reference btw a component parameter and a SimMultiValueFunction.
|
130
|
-
</summary>
|
131
|
-
</member>
|
132
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueFunctionReference.GraphName">
|
133
|
-
<summary>
|
134
|
-
The name of the function graph.
|
135
|
-
</summary>
|
136
|
-
</member>
|
137
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueFunctionReference.AxisValueX">
|
138
|
-
<summary>
|
139
|
-
The value along the X axis.
|
140
|
-
</summary>
|
141
|
-
</member>
|
142
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueFunctionReference.AxisValueY">
|
143
|
-
<summary>
|
144
|
-
The value aong the Y axis.
|
145
|
-
</summary>
|
146
|
-
</member>
|
147
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueFunctionReference.#ctor(ParameterStructure.SimObjects.SimId,System.Int64,System.Int64,System.String,System.Double,System.Double)">
|
148
|
-
<summary>
|
149
|
-
Initializes an instance of type ComponentToMultiValueFunctionReference.
|
150
|
-
</summary>
|
151
|
-
<param name="componentId">the id of the component</param>
|
152
|
-
<param name="parameterId">the id of the parameter</param>
|
153
|
-
<param name="valueId">the id of the value field</param>
|
154
|
-
<param name="graphName">the name of the function graph</param>
|
155
|
-
<param name="axisValueX">the value along the x axis</param>
|
156
|
-
<param name="axisValueY">the value along the y axis</param>
|
157
|
-
</member>
|
158
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueFunctionReference.Serialize">
|
159
|
-
<inheritdoc/>
|
160
|
-
</member>
|
161
|
-
<member name="T:SIMULTAN.Legacy.Repair.ComponentToMultiValueTableReference">
|
162
|
-
<summary>
|
163
|
-
Reference btw a component parameter and a SimMultiValueField3D.
|
164
|
-
</summary>
|
165
|
-
</member>
|
166
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueTableReference.AxisValueX">
|
167
|
-
<summary>
|
168
|
-
The value along the X axis.
|
169
|
-
</summary>
|
170
|
-
</member>
|
171
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueTableReference.AxisValueY">
|
172
|
-
<summary>
|
173
|
-
The value along the Y axis.
|
174
|
-
</summary>
|
175
|
-
</member>
|
176
|
-
<member name="P:SIMULTAN.Legacy.Repair.ComponentToMultiValueTableReference.AxisValueZ">
|
177
|
-
<summary>
|
178
|
-
The value along the Z axis.
|
179
|
-
</summary>
|
180
|
-
</member>
|
181
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueTableReference.#ctor(ParameterStructure.SimObjects.SimId,System.Int64,System.Int64,System.Double,System.Double,System.Double)">
|
182
|
-
<summary>
|
183
|
-
Initializes an instance of type ComponentToMultiValueTableReference.
|
184
|
-
</summary>
|
185
|
-
<param name="componentId">the id of the component</param>
|
186
|
-
<param name="parameterId">the id of the parameter</param>
|
187
|
-
<param name="valueId">the id of the value field</param>
|
188
|
-
<param name="axisValueX">the value along the X axis</param>
|
189
|
-
<param name="axisValueY">the value along the Y axis</param>
|
190
|
-
<param name="axisValueZ">the value along the Z axis</param>
|
191
|
-
</member>
|
192
|
-
<member name="M:SIMULTAN.Legacy.Repair.ComponentToMultiValueTableReference.Serialize">
|
193
|
-
<inheritdoc/>
|
194
|
-
</member>
|
195
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.ExportAllRelationshipsToValues(System.IO.FileInfo,ParameterStructure.Components.SimComponentCollection,System.Boolean)">
|
196
|
-
<summary>
|
197
|
-
Saves the references from component parameters to value fields in a text file.
|
198
|
-
</summary>
|
199
|
-
<param name="_file">the file</param>
|
200
|
-
<param name="_component_manager">the component manager of all relevant components</param>
|
201
|
-
<param name="_verbose">if true, add information about the referenced objects</param>
|
202
|
-
</member>
|
203
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.ImportSomeRelationshipsToValues(SIMULTAN.Project.Project.HierarchicalProject,System.IO.FileInfo,System.Boolean)">
|
204
|
-
<summary>
|
205
|
-
Imports the relationships between component parameters and values from a text file.
|
206
|
-
</summary>
|
207
|
-
<param name="_project">the project containing the components and values</param>
|
208
|
-
<param name="_file">the text file</param>
|
209
|
-
<param name="_verbose">if true, there are additional infos about the objects in the relationship</param>
|
210
|
-
</member>
|
211
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.GetAllReferencesParameterMultiValueDetailed(ParameterStructure.Components.SimComponent,System.Boolean)">
|
212
|
-
<summary>
|
213
|
-
Retrieve all references from parameters to value fields for the calling component. Includes
|
214
|
-
all subcomponents and the <see cref="T:ParameterStructure.Values.SimMultiValuePointer"/> data of the parameter.
|
215
|
-
</summary>
|
216
|
-
<param name="_comp">the calling component</param>
|
217
|
-
<param name="_verbose">if true, include additional information</param>
|
218
|
-
<returns>relationships in detail</returns>
|
219
|
-
</member>
|
220
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.ReinstateReferencesDetailed(ParameterStructure.Values.SimMultiValueCollection,System.Collections.Generic.IEnumerable{SIMULTAN.Legacy.Repair.ComponentToMultiValueReference})">
|
221
|
-
<summary>
|
222
|
-
Set the references between component parameters and the values according to
|
223
|
-
the given references including the exact pointer coordinates by looking for ids.
|
224
|
-
</summary>
|
225
|
-
<param name="componentFactory">the component manager</param>
|
226
|
-
<param name="_references">the reference records</param>
|
227
|
-
</member>
|
228
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.ReinstateReferencesDetailedWoIds(ParameterStructure.Components.SimComponentCollection,ParameterStructure.Values.SimMultiValueCollection,System.Collections.Generic.IEnumerable{SIMULTAN.Legacy.Repair.ComponentToMultiValueReference})">
|
229
|
-
<summary>
|
230
|
-
Set the references between component parameters and the values according to
|
231
|
-
the given references including the exact pointer coordinates by applying matching.
|
232
|
-
</summary>
|
233
|
-
<param name="componentFactory">the component manager</param>
|
234
|
-
<param name="_references">the reference records</param>
|
235
|
-
</member>
|
236
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.SetParameterMultiValuePointerAccToRefDetailed(ParameterStructure.Components.SimComponent,SIMULTAN.Legacy.Repair.ComponentToMultiValueReference,ParameterStructure.Values.SimMultiValue,System.Boolean)">
|
237
|
-
<summary>
|
238
|
-
Sets the specific pointer to the parameter in the given reference.
|
239
|
-
</summary>
|
240
|
-
<param name="_comp">the calling component</param>
|
241
|
-
<param name="_reference">the reference details</param>
|
242
|
-
<param name="_mv">the value which the parameter should reference</param>
|
243
|
-
<param name="_use_id">if true, serch the parameter by id, otherwise by a match</param>
|
244
|
-
</member>
|
245
|
-
<member name="M:SIMULTAN.Legacy.Repair.RepairMissingValueFieldReferences.GetMatches(System.Collections.Generic.IEnumerable{ParameterStructure.Components.SimComponent},SIMULTAN.Legacy.Repair.ComponentToMultiValueReference,System.Collections.Generic.List{ParameterStructure.Components.SimComponent})">
|
246
|
-
<summary>
|
247
|
-
Searches the internal cache on all hierarchical levels
|
248
|
-
for the components that match the given reference.
|
249
|
-
</summary>
|
250
|
-
<param name="reference">the reference to compare to</param>
|
251
|
-
<returns>a collection of components</returns>
|
252
|
-
</member>
|
253
|
-
</members>
|
254
|
-
</doc>
|
Binary file
|
Binary file
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<configuration>
|
3
|
-
<runtime>
|
4
|
-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
5
|
-
<dependentAssembly>
|
6
|
-
<assemblyIdentity name="Xceed.Wpf.AvalonDock" publicKeyToken="3e4669d2f30244f4" culture="neutral" />
|
7
|
-
<bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
|
8
|
-
</dependentAssembly>
|
9
|
-
</assemblyBinding>
|
10
|
-
</runtime>
|
11
|
-
</configuration>
|
Binary file
|
Binary file
|