PySimultan 0.6.0.7__py3-none-any.whl → 0.6.1__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 (109) hide show
  1. PySimultan2/CHANGELOG.md +3 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +116 -5
  4. PySimultan2/default_types.py +17 -0
  5. PySimultan2/files.py +112 -11
  6. PySimultan2/utils.py +5 -4
  7. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/METADATA +1 -1
  8. pysimultan-0.6.1.dist-info/RECORD +76 -0
  9. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  10. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  11. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  12. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  13. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  14. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  15. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  16. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  17. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  18. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  19. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  20. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  21. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  22. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  23. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  24. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  25. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  26. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  27. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  28. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  29. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  30. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  31. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  32. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  33. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  34. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  35. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  37. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  38. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  39. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  40. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  41. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  42. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  43. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  44. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  45. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  46. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  47. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  48. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  49. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  50. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  51. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  52. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  53. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  54. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  55. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  56. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  57. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  58. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  59. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  60. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  61. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  62. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  63. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  64. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  65. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  66. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  67. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  68. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  69. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  70. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  71. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  72. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  73. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  74. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  75. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  76. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  77. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  78. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  79. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  80. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  81. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  82. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  83. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  84. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  85. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  86. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  87. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  88. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  89. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  90. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  91. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  92. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  93. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  94. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  95. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  96. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  97. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  98. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  99. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  100. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  101. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  102. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  103. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  104. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  105. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  106. PySimultan2/typings/System/__init__.pyi +0 -17821
  107. pysimultan-0.6.0.7.dist-info/RECORD +0 -174
  108. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/WHEEL +0 -0
  109. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,682 +0,0 @@
1
- import typing, clr, abc
2
- from SIMULTAN.Data import SimNamedObject_1, SimId, SimManagedCollection_1, IReferenceLocation
3
- from System import Guid, Array_1, EventArgs, MulticastDelegate, IAsyncResult, AsyncCallback, DateTime, ValueTuple_2, ValueTuple_3
4
- from System.Collections.Generic import ICollection_1, List_1, HashSet_1, IEnumerable_1, Dictionary_2, IDictionary_2, KeyValuePair_2, IEnumerator_1
5
- from SIMULTAN.Utils import RowColumnRange, IntIndex3D, Range3D
6
- from SIMULTAN.Data.SimMath import SimPoint4D, SimPoint3D, SimRect
7
- from System.Collections.ObjectModel import ObservableCollection_1
8
- from System.Reflection import MethodInfo
9
- from System.ComponentModel import INotifyPropertyChanged
10
- from SIMULTAN.Data.Components import SimBaseParameter, SimParameterValueSource, SimComponentCollection
11
- from SIMULTAN.Projects import ProjectData
12
- from System.Collections.Specialized import INotifyCollectionChanged
13
- from SIMULTAN.Data.Users import SimUser
14
-
15
- class SimAggregationFunction(typing.SupportsInt):
16
- @typing.overload
17
- def __init__(self, value : int) -> None: ...
18
- @typing.overload
19
- def __init__(self, value : int, force_if_true: bool) -> None: ...
20
- def __int__(self) -> int: ...
21
-
22
- # Values:
23
- Sum : SimAggregationFunction # 0
24
- Average : SimAggregationFunction # 1
25
- Min : SimAggregationFunction # 2
26
- Max : SimAggregationFunction # 3
27
- Count : SimAggregationFunction # 4
28
-
29
-
30
- class SimAggregationFunctionExtensions(abc.ABC):
31
- @staticmethod
32
- def FromStringRepresentation(representation: str) -> SimAggregationFunction: ...
33
- @staticmethod
34
- def ToStringRepresentation(aggregationFunction: SimAggregationFunction) -> str: ...
35
-
36
-
37
- class SimMultiValue(SimNamedObject_1[SimMultiValueCollection]):
38
- @property
39
- def CanInterpolate(self) -> bool: ...
40
- @CanInterpolate.setter
41
- def CanInterpolate(self, value: bool) -> bool: ...
42
- @property
43
- def Description(self) -> str: ...
44
- @Description.setter
45
- def Description(self, value: str) -> str: ...
46
- @property
47
- def Factory(self) -> SimMultiValueCollection: ...
48
- @Factory.setter
49
- def Factory(self, value: SimMultiValueCollection) -> SimMultiValueCollection: ...
50
- @property
51
- def GlobalID(self) -> Guid: ...
52
- @property
53
- def Id(self) -> SimId: ...
54
- @Id.setter
55
- def Id(self, value: SimId) -> SimId: ...
56
- @property
57
- def LocalID(self) -> int: ...
58
- @property
59
- def MVType(self) -> SimMultiValueType: ...
60
- @property
61
- def Name(self) -> str: ...
62
- @Name.setter
63
- def Name(self, value: str) -> str: ...
64
- @property
65
- def UnitX(self) -> str: ...
66
- @UnitX.setter
67
- def UnitX(self, value: str) -> str: ...
68
- @property
69
- def UnitY(self) -> str: ...
70
- @UnitY.setter
71
- def UnitY(self, value: str) -> str: ...
72
- @property
73
- def UnitZ(self) -> str: ...
74
- @UnitZ.setter
75
- def UnitZ(self, value: str) -> str: ...
76
- @abc.abstractmethod
77
- def Clone(self) -> SimMultiValue: ...
78
- # Skipped CreateNewPointer due to it being static, abstract and generic.
79
-
80
- CreateNewPointer : CreateNewPointer_MethodGroup
81
- class CreateNewPointer_MethodGroup:
82
- @typing.overload
83
- def __call__(self) -> SimMultiValueParameterSource:...
84
- @typing.overload
85
- def __call__(self, source: SimMultiValueParameterSource) -> SimMultiValueParameterSource:...
86
-
87
-
88
-
89
- class SimMultiValueBigTable(SimMultiValue):
90
- @typing.overload
91
- def __init__(self, name: str, unitColumns: str, unitRows: str, columnHeaders: ICollection_1[SimMultiValueBigTableHeader], rowHeaders: ICollection_1[SimMultiValueBigTableHeader], values: List_1[List_1[typing.Any]], checkValueTypes: bool = ...) -> None: ...
92
- @typing.overload
93
- def __init__(self, name: str, unitColumns: str, unitRows: str, columnHeaders: ICollection_1[SimMultiValueBigTableHeader], rowHeaders: ICollection_1[SimMultiValueBigTableHeader], values: List_1[List_1[float]], checkValueTypes: bool = ...) -> None: ...
94
- @typing.overload
95
- def __init__(self, name: str, unitColumns: str, unitRows: str, columnHeaders: ICollection_1[SimMultiValueBigTableHeader], rowHeaders: ICollection_1[SimMultiValueBigTableHeader], values: Array_1[typing.Any], checkValueTypes: bool = ...) -> None: ...
96
- @typing.overload
97
- def __init__(self, name: str, unitColumns: str, unitRows: str, columnHeaders: ICollection_1[SimMultiValueBigTableHeader], rowHeaders: ICollection_1[SimMultiValueBigTableHeader], values: Array_1[float], checkValueTypes: bool = ...) -> None: ...
98
- @property
99
- def AdditionalInfo(self) -> str: ...
100
- @AdditionalInfo.setter
101
- def AdditionalInfo(self, value: str) -> str: ...
102
- @property
103
- def CanInterpolate(self) -> bool: ...
104
- @CanInterpolate.setter
105
- def CanInterpolate(self, value: bool) -> bool: ...
106
- @property
107
- def ColumnHeaders(self) -> SimMultiValueBigTable.HeaderCollection: ...
108
- @ColumnHeaders.setter
109
- def ColumnHeaders(self, value: SimMultiValueBigTable.HeaderCollection) -> SimMultiValueBigTable.HeaderCollection: ...
110
- @property
111
- def DefaultPointer(self) -> SimMultiValueParameterSource: ...
112
- @property
113
- def Description(self) -> str: ...
114
- @Description.setter
115
- def Description(self, value: str) -> str: ...
116
- @property
117
- def Factory(self) -> SimMultiValueCollection: ...
118
- @Factory.setter
119
- def Factory(self, value: SimMultiValueCollection) -> SimMultiValueCollection: ...
120
- @property
121
- def GlobalID(self) -> Guid: ...
122
- @property
123
- def Id(self) -> SimId: ...
124
- @Id.setter
125
- def Id(self, value: SimId) -> SimId: ...
126
- @property
127
- def Item(self) -> typing.Any: ...
128
- @Item.setter
129
- def Item(self, value: typing.Any) -> typing.Any: ...
130
- @property
131
- def LocalID(self) -> int: ...
132
- @property
133
- def MVType(self) -> SimMultiValueType: ...
134
- @property
135
- def Name(self) -> str: ...
136
- @Name.setter
137
- def Name(self, value: str) -> str: ...
138
- @property
139
- def RowHeaders(self) -> SimMultiValueBigTable.HeaderCollection: ...
140
- @RowHeaders.setter
141
- def RowHeaders(self, value: SimMultiValueBigTable.HeaderCollection) -> SimMultiValueBigTable.HeaderCollection: ...
142
- @classmethod
143
- @property
144
- def SupportedValueTypes(cls) -> HashSet_1[typing.Type[typing.Any]]: ...
145
- @property
146
- def UnitX(self) -> str: ...
147
- @UnitX.setter
148
- def UnitX(self, value: str) -> str: ...
149
- @property
150
- def UnitY(self) -> str: ...
151
- @UnitY.setter
152
- def UnitY(self, value: str) -> str: ...
153
- @property
154
- def UnitZ(self) -> str: ...
155
- @UnitZ.setter
156
- def UnitZ(self, value: str) -> str: ...
157
- def Clone(self) -> SimMultiValue: ...
158
- def Count(self, dimension: int) -> int: ...
159
- def GetColumn(self, idx: int) -> IEnumerable_1[typing.Any]: ...
160
- def GetDoubleRange(self, range: RowColumnRange) -> Array_1[float]: ...
161
- def GetRow(self, idx: int) -> IEnumerable_1[typing.Any]: ...
162
- def Resize(self, rows: int, columns: int) -> None: ...
163
- # Skipped CreateNewPointer due to it being static, abstract and generic.
164
-
165
- CreateNewPointer : CreateNewPointer_MethodGroup
166
- class CreateNewPointer_MethodGroup:
167
- @typing.overload
168
- def __call__(self) -> SimMultiValueParameterSource:...
169
- @typing.overload
170
- def __call__(self, source: SimMultiValueParameterSource) -> SimMultiValueParameterSource:...
171
-
172
- # Skipped GetRange due to it being static, abstract and generic.
173
-
174
- GetRange : GetRange_MethodGroup
175
- class GetRange_MethodGroup:
176
- def __getitem__(self, t:typing.Type[GetRange_1_T1]) -> GetRange_1[GetRange_1_T1]: ...
177
-
178
- GetRange_1_T1 = typing.TypeVar('GetRange_1_T1')
179
- class GetRange_1(typing.Generic[GetRange_1_T1]):
180
- GetRange_1_T = SimMultiValueBigTable.GetRange_MethodGroup.GetRange_1_T1
181
- def __call__(self, _range_definition: SimPoint4D) -> List_1[List_1[GetRange_1_T]]:...
182
-
183
- @typing.overload
184
- def __call__(self, _range_definition: SimPoint4D) -> List_1[List_1[typing.Any]]:...
185
- @typing.overload
186
- def __call__(self, range: RowColumnRange) -> Array_1[typing.Any]:...
187
-
188
- # Skipped ReplaceData due to it being static, abstract and generic.
189
-
190
- ReplaceData : ReplaceData_MethodGroup
191
- class ReplaceData_MethodGroup:
192
- @typing.overload
193
- def __call__(self, source: SimMultiValueBigTable) -> None:...
194
- @typing.overload
195
- def __call__(self, columnHeaders: ICollection_1[SimMultiValueBigTableHeader], rowHeaders: ICollection_1[SimMultiValueBigTableHeader], values: List_1[List_1[float]]) -> None:...
196
- @typing.overload
197
- def __call__(self, columnHeaders: ICollection_1[SimMultiValueBigTableHeader], rowHeaders: ICollection_1[SimMultiValueBigTableHeader], values: List_1[List_1[typing.Any]], checkValueTypes: bool = ...) -> None:...
198
-
199
-
200
- class HeaderCollection(ObservableCollection_1[SimMultiValueBigTableHeader]):
201
- @property
202
- def Count(self) -> int: ...
203
- @property
204
- def Item(self) -> SimMultiValueBigTableHeader: ...
205
- @Item.setter
206
- def Item(self, value: SimMultiValueBigTableHeader) -> SimMultiValueBigTableHeader: ...
207
-
208
-
209
- class HeaderValueChangedEventArgs(EventArgs):
210
- def __init__(self, index: int, axis: SimMultiValueBigTableHeader.AxisEnum) -> None: ...
211
- @property
212
- def Axis(self) -> SimMultiValueBigTableHeader.AxisEnum: ...
213
- @property
214
- def Index(self) -> int: ...
215
-
216
-
217
- class ResizeDirection(typing.SupportsInt):
218
- @typing.overload
219
- def __init__(self, value : int) -> None: ...
220
- @typing.overload
221
- def __init__(self, value : int, force_if_true: bool) -> None: ...
222
- def __int__(self) -> int: ...
223
-
224
- # Values:
225
- Rows : SimMultiValueBigTable.ResizeDirection # 1
226
- Columns : SimMultiValueBigTable.ResizeDirection # 2
227
- Both : SimMultiValueBigTable.ResizeDirection # 3
228
-
229
-
230
- class ResizeEventArgs(EventArgs):
231
- def __init__(self, direction: SimMultiValueBigTable.ResizeDirection, rowStartIndex: int, columnStartIndex: int) -> None: ...
232
- @property
233
- def ColumnStartIndex(self) -> int: ...
234
- @property
235
- def ResizeDirection(self) -> SimMultiValueBigTable.ResizeDirection: ...
236
- @property
237
- def RowStartIndex(self) -> int: ...
238
-
239
-
240
- class ValueChangedEventArgs(EventArgs):
241
- def __init__(self, row: int, column: int) -> None: ...
242
- @property
243
- def Column(self) -> int: ...
244
- @Column.setter
245
- def Column(self, value: int) -> int: ...
246
- @property
247
- def Row(self) -> int: ...
248
- @Row.setter
249
- def Row(self, value: int) -> int: ...
250
-
251
-
252
- class ValueChangedEventHandler(MulticastDelegate):
253
- def __init__(self, object: typing.Any, method: int) -> None: ...
254
- @property
255
- def Method(self) -> MethodInfo: ...
256
- @property
257
- def Target(self) -> typing.Any: ...
258
- def BeginInvoke(self, sender: typing.Any, args: SimMultiValueBigTable.ValueChangedEventArgs, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
259
- def EndInvoke(self, result: IAsyncResult) -> None: ...
260
- def Invoke(self, sender: typing.Any, args: SimMultiValueBigTable.ValueChangedEventArgs) -> None: ...
261
-
262
-
263
-
264
- class SimMultiValueBigTableHeader(INotifyPropertyChanged):
265
- def __init__(self, name: str, unit: str) -> None: ...
266
- @property
267
- def Name(self) -> str: ...
268
- @Name.setter
269
- def Name(self, value: str) -> str: ...
270
- @property
271
- def Unit(self) -> str: ...
272
- @Unit.setter
273
- def Unit(self, value: str) -> str: ...
274
- def Clone(self) -> SimMultiValueBigTableHeader: ...
275
-
276
- class AxisEnum(typing.SupportsInt):
277
- @typing.overload
278
- def __init__(self, value : int) -> None: ...
279
- @typing.overload
280
- def __init__(self, value : int, force_if_true: bool) -> None: ...
281
- def __int__(self) -> int: ...
282
-
283
- # Values:
284
- Rows : SimMultiValueBigTableHeader.AxisEnum # 0
285
- Columns : SimMultiValueBigTableHeader.AxisEnum # 1
286
- Undefined : SimMultiValueBigTableHeader.AxisEnum # -1
287
-
288
-
289
-
290
- class SimMultiValueBigTableParameterSource(SimMultiValueParameterSource):
291
- def __init__(self, table: SimMultiValueBigTable, row: int, column: int) -> None: ...
292
- @property
293
- def Column(self) -> int: ...
294
- @Column.setter
295
- def Column(self, value: int) -> int: ...
296
- @property
297
- def Row(self) -> int: ...
298
- @Row.setter
299
- def Row(self, value: int) -> int: ...
300
- @property
301
- def Table(self) -> SimMultiValueBigTable: ...
302
- @property
303
- def TargetParameter(self) -> SimBaseParameter: ...
304
- @TargetParameter.setter
305
- def TargetParameter(self, value: SimBaseParameter) -> SimBaseParameter: ...
306
- @property
307
- def ValueField(self) -> SimMultiValue: ...
308
- def Clone(self) -> SimParameterValueSource: ...
309
- def GetValue(self) -> typing.Any: ...
310
- def IsSamePointer(self, other: SimMultiValueParameterSource) -> bool: ...
311
- def SetFromParameters(self, axisValueX: float, axisValueY: float, axisValueZ: float, gs: str) -> None: ...
312
-
313
-
314
- class SimMultiValueCollection(SimManagedCollection_1[SimMultiValue]):
315
- def __init__(self, owner: ProjectData) -> None: ...
316
- @property
317
- def CalledFromLocation(self) -> IReferenceLocation: ...
318
- @property
319
- def Count(self) -> int: ...
320
- @property
321
- def HasChanges(self) -> bool: ...
322
- @property
323
- def Item(self) -> SimMultiValue: ...
324
- @Item.setter
325
- def Item(self, value: SimMultiValue) -> SimMultiValue: ...
326
- @property
327
- def LastChange(self) -> DateTime: ...
328
- @property
329
- def ProjectData(self) -> ProjectData: ...
330
- def EndLoading(self) -> None: ...
331
- def GetByID(self, _location: Guid, _id: int) -> SimMultiValue: ...
332
- def Merge(self, source: SimMultiValueCollection) -> Dictionary_2[int, int]: ...
333
- def RemoveUnused(self, components: SimComponentCollection, _excluded_from_removal: IEnumerable_1[SimMultiValue]) -> None: ...
334
- def StartLoading(self) -> None: ...
335
-
336
-
337
- class SimMultiValueField3D(SimMultiValue):
338
- @typing.overload
339
- def __init__(self, id: int, name: str, xaxis: IEnumerable_1[float], unitX: str, yaxis: IEnumerable_1[float], unitY: str, zaxis: IEnumerable_1[float], unitZ: str, data: IDictionary_2[SimPoint3D, float], canInterpolate: bool) -> None: ...
340
- @typing.overload
341
- def __init__(self, name: str, xaxis: IEnumerable_1[float], unitX: str, yaxis: IEnumerable_1[float], unitY: str, zaxis: IEnumerable_1[float], unitZ: str, data: IEnumerable_1[float], canInterpolate: bool) -> None: ...
342
- @property
343
- def CanInterpolate(self) -> bool: ...
344
- @CanInterpolate.setter
345
- def CanInterpolate(self, value: bool) -> bool: ...
346
- @property
347
- def DefaultPointer(self) -> SimMultiValueParameterSource: ...
348
- @property
349
- def Description(self) -> str: ...
350
- @Description.setter
351
- def Description(self, value: str) -> str: ...
352
- @property
353
- def Factory(self) -> SimMultiValueCollection: ...
354
- @Factory.setter
355
- def Factory(self, value: SimMultiValueCollection) -> SimMultiValueCollection: ...
356
- @property
357
- def Field(self) -> IEnumerable_1[KeyValuePair_2[IntIndex3D, float]]: ...
358
- @property
359
- def GlobalID(self) -> Guid: ...
360
- @property
361
- def Id(self) -> SimId: ...
362
- @Id.setter
363
- def Id(self, value: SimId) -> SimId: ...
364
- @property
365
- def Item(self) -> float: ...
366
- @Item.setter
367
- def Item(self, value: float) -> float: ...
368
- @property
369
- def Item(self) -> float: ...
370
- @Item.setter
371
- def Item(self, value: float) -> float: ...
372
- @property
373
- def Length(self) -> int: ...
374
- @property
375
- def LocalID(self) -> int: ...
376
- @property
377
- def MVType(self) -> SimMultiValueType: ...
378
- @property
379
- def Name(self) -> str: ...
380
- @Name.setter
381
- def Name(self, value: str) -> str: ...
382
- @property
383
- def UnitX(self) -> str: ...
384
- @UnitX.setter
385
- def UnitX(self, value: str) -> str: ...
386
- @property
387
- def UnitY(self) -> str: ...
388
- @UnitY.setter
389
- def UnitY(self, value: str) -> str: ...
390
- @property
391
- def UnitZ(self) -> str: ...
392
- @UnitZ.setter
393
- def UnitZ(self, value: str) -> str: ...
394
- @property
395
- def XAxis(self) -> SimMultiValueField3D.AxisCollection: ...
396
- @property
397
- def YAxis(self) -> SimMultiValueField3D.AxisCollection: ...
398
- @property
399
- def ZAxis(self) -> SimMultiValueField3D.AxisCollection: ...
400
- def AxisPositionFromValue(self, axis: SimMultiValueField3D.Axis, value: float) -> float: ...
401
- def Clone(self) -> SimMultiValue: ...
402
- def GetAxis(self, axis: SimMultiValueField3D.Axis) -> ObservableCollection_1[float]: ...
403
- def GetValue(self, position: SimPoint3D) -> float: ...
404
- # Skipped Count due to it being static, abstract and generic.
405
-
406
- Count : Count_MethodGroup
407
- class Count_MethodGroup:
408
- @typing.overload
409
- def __call__(self, dimension: int) -> int:...
410
- @typing.overload
411
- def __call__(self, axis: SimMultiValueField3D.Axis) -> int:...
412
-
413
- # Skipped CreateNewPointer due to it being static, abstract and generic.
414
-
415
- CreateNewPointer : CreateNewPointer_MethodGroup
416
- class CreateNewPointer_MethodGroup:
417
- @typing.overload
418
- def __call__(self) -> SimMultiValueParameterSource:...
419
- @typing.overload
420
- def __call__(self, source: SimMultiValueParameterSource) -> SimMultiValueParameterSource:...
421
-
422
- # Skipped ValueFromAxisPosition due to it being static, abstract and generic.
423
-
424
- ValueFromAxisPosition : ValueFromAxisPosition_MethodGroup
425
- class ValueFromAxisPosition_MethodGroup:
426
- @typing.overload
427
- def __call__(self, axis: SimMultiValueField3D.Axis, axisPosition: float) -> float:...
428
- @typing.overload
429
- def __call__(self, axis: SimMultiValueField3D.Axis, axisPosition: float, isOutside: clr.Reference[bool]) -> float:...
430
-
431
-
432
- class Axis(typing.SupportsInt):
433
- @typing.overload
434
- def __init__(self, value : int) -> None: ...
435
- @typing.overload
436
- def __init__(self, value : int, force_if_true: bool) -> None: ...
437
- def __int__(self) -> int: ...
438
-
439
- # Values:
440
- X : SimMultiValueField3D.Axis # 0
441
- Y : SimMultiValueField3D.Axis # 1
442
- Z : SimMultiValueField3D.Axis # 2
443
-
444
-
445
- class AxisCollection(ObservableCollection_1[float]):
446
- @property
447
- def Count(self) -> int: ...
448
- @property
449
- def Item(self) -> float: ...
450
- @Item.setter
451
- def Item(self, value: float) -> float: ...
452
-
453
-
454
- class ValueChangedEventArgs(EventArgs):
455
- def __init__(self, range: Range3D) -> None: ...
456
- @property
457
- def Range(self) -> Range3D: ...
458
- @Range.setter
459
- def Range(self, value: Range3D) -> Range3D: ...
460
-
461
-
462
- class ValueChangedEventHandler(MulticastDelegate):
463
- def __init__(self, object: typing.Any, method: int) -> None: ...
464
- @property
465
- def Method(self) -> MethodInfo: ...
466
- @property
467
- def Target(self) -> typing.Any: ...
468
- def BeginInvoke(self, sender: typing.Any, args: SimMultiValueField3D.ValueChangedEventArgs, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
469
- def EndInvoke(self, result: IAsyncResult) -> None: ...
470
- def Invoke(self, sender: typing.Any, args: SimMultiValueField3D.ValueChangedEventArgs) -> None: ...
471
-
472
-
473
-
474
- class SimMultiValueField3DParameterSource(SimMultiValueParameterSource):
475
- def __init__(self, field3D: SimMultiValueField3D, axisValueX: float, axisValueY: float, axisValueZ: float) -> None: ...
476
- @property
477
- def AxisValueX(self) -> float: ...
478
- @property
479
- def AxisValueY(self) -> float: ...
480
- @property
481
- def AxisValueZ(self) -> float: ...
482
- @property
483
- def Field(self) -> SimMultiValueField3D: ...
484
- @property
485
- def TargetParameter(self) -> SimBaseParameter: ...
486
- @TargetParameter.setter
487
- def TargetParameter(self, value: SimBaseParameter) -> SimBaseParameter: ...
488
- @property
489
- def ValueField(self) -> SimMultiValue: ...
490
- def Clone(self) -> SimParameterValueSource: ...
491
- def GetValue(self) -> typing.Any: ...
492
- def IsSamePointer(self, other: SimMultiValueParameterSource) -> bool: ...
493
- def SetFromParameters(self, axisValueX: float, axisValueY: float, axisValueZ: float, gs: str) -> None: ...
494
-
495
-
496
- class SimMultiValueFunction(SimMultiValue):
497
- @typing.overload
498
- def __init__(self, id: int, name: str, unitX: str, unitY: str, unitZ: str, bounds: SimRect, zaxis: IEnumerable_1[float], graphs: IEnumerable_1[SimMultiValueFunctionGraph]) -> None: ...
499
- @typing.overload
500
- def __init__(self, name: str, unitX: str, unitY: str, unitZ: str, bounds: SimRect, zaxis: IEnumerable_1[float], graphs: IEnumerable_1[SimMultiValueFunctionGraph]) -> None: ...
501
- @property
502
- def CanInterpolate(self) -> bool: ...
503
- @CanInterpolate.setter
504
- def CanInterpolate(self, value: bool) -> bool: ...
505
- @property
506
- def DefaultPointer(self) -> SimMultiValueParameterSource: ...
507
- @property
508
- def Description(self) -> str: ...
509
- @Description.setter
510
- def Description(self, value: str) -> str: ...
511
- @property
512
- def Factory(self) -> SimMultiValueCollection: ...
513
- @Factory.setter
514
- def Factory(self, value: SimMultiValueCollection) -> SimMultiValueCollection: ...
515
- @property
516
- def GlobalID(self) -> Guid: ...
517
- @property
518
- def Graphs(self) -> SimMultiValueFunction.GraphsCollection: ...
519
- @property
520
- def Id(self) -> SimId: ...
521
- @Id.setter
522
- def Id(self, value: SimId) -> SimId: ...
523
- @property
524
- def LocalID(self) -> int: ...
525
- @property
526
- def MVType(self) -> SimMultiValueType: ...
527
- @property
528
- def Name(self) -> str: ...
529
- @Name.setter
530
- def Name(self, value: str) -> str: ...
531
- @property
532
- def Range(self) -> Range3D: ...
533
- @Range.setter
534
- def Range(self, value: Range3D) -> Range3D: ...
535
- @property
536
- def UnitX(self) -> str: ...
537
- @UnitX.setter
538
- def UnitX(self, value: str) -> str: ...
539
- @property
540
- def UnitY(self) -> str: ...
541
- @UnitY.setter
542
- def UnitY(self, value: str) -> str: ...
543
- @property
544
- def UnitZ(self) -> str: ...
545
- @UnitZ.setter
546
- def UnitZ(self, value: str) -> str: ...
547
- @property
548
- def ZAxis(self) -> SimMultiValueFunction.ZAxisCollection: ...
549
- def Clone(self) -> SimMultiValue: ...
550
- # Skipped CreateNewPointer due to it being static, abstract and generic.
551
-
552
- CreateNewPointer : CreateNewPointer_MethodGroup
553
- class CreateNewPointer_MethodGroup:
554
- @typing.overload
555
- def __call__(self) -> SimMultiValueParameterSource:...
556
- @typing.overload
557
- def __call__(self, source: SimMultiValueParameterSource) -> SimMultiValueParameterSource:...
558
-
559
- # Skipped GetValue due to it being static, abstract and generic.
560
-
561
- GetValue : GetValue_MethodGroup
562
- class GetValue_MethodGroup:
563
- @typing.overload
564
- def __call__(self, position: SimPoint3D) -> float:...
565
- @typing.overload
566
- def __call__(self, position: SimPoint3D, tolerance: float) -> float:...
567
- @typing.overload
568
- def __call__(self, position: SimPoint3D, tolerance: float, isValid: clr.Reference[bool], closestPoint: clr.Reference[SimPoint3D], closestGraph: clr.Reference[SimMultiValueFunctionGraph]) -> float:...
569
-
570
- # Skipped Sample due to it being static, abstract and generic.
571
-
572
- Sample : Sample_MethodGroup
573
- class Sample_MethodGroup:
574
- @typing.overload
575
- def __call__(self, start: float, end: float, stepSize: float) -> ValueTuple_2[List_1[List_1[float]], List_1[str]]:...
576
- @typing.overload
577
- def __call__(self, start: float, end: float, stepSize: float, zIndex: int) -> ValueTuple_2[List_1[List_1[float]], List_1[str]]:...
578
-
579
-
580
- class GraphsCollection(ObservableCollection_1[SimMultiValueFunctionGraph]):
581
- def __init__(self, owner: SimMultiValueFunction, graphs: IEnumerable_1[SimMultiValueFunctionGraph]) -> None: ...
582
- @property
583
- def Count(self) -> int: ...
584
- @property
585
- def Item(self) -> SimMultiValueFunctionGraph: ...
586
- @Item.setter
587
- def Item(self, value: SimMultiValueFunctionGraph) -> SimMultiValueFunctionGraph: ...
588
-
589
-
590
- class ZAxisCollection(ObservableCollection_1[float]):
591
- def __init__(self, owner: SimMultiValueFunction, initialValues: IEnumerable_1[float]) -> None: ...
592
- @property
593
- def Count(self) -> int: ...
594
- @property
595
- def Item(self) -> float: ...
596
- @Item.setter
597
- def Item(self, value: float) -> float: ...
598
-
599
-
600
-
601
- class SimMultiValueFunctionGraph(INotifyPropertyChanged):
602
- def __init__(self, name: str, points: IEnumerable_1[SimPoint3D]) -> None: ...
603
- @property
604
- def Function(self) -> SimMultiValueFunction: ...
605
- @Function.setter
606
- def Function(self, value: SimMultiValueFunction) -> SimMultiValueFunction: ...
607
- @property
608
- def Name(self) -> str: ...
609
- @Name.setter
610
- def Name(self, value: str) -> str: ...
611
- @property
612
- def Points(self) -> SimMultiValueFunctionPointList: ...
613
- def Clone(self) -> SimMultiValueFunctionGraph: ...
614
- def ClosestPoint(self, position: SimPoint3D) -> ValueTuple_3[SimPoint3D, float, float]: ...
615
- def GetValueFromX(self, x: float, previouseY: float = ...) -> float: ...
616
- def Sample(self, start: float, end: float, stepSize: float) -> List_1[float]: ...
617
-
618
-
619
- class SimMultiValueFunctionParameterSource(SimMultiValueParameterSource):
620
- def __init__(self, function: SimMultiValueFunction, graphName: str, axisValueX: float, axisValueY: float) -> None: ...
621
- @property
622
- def AxisValueX(self) -> float: ...
623
- @property
624
- def AxisValueY(self) -> float: ...
625
- @property
626
- def Function(self) -> SimMultiValueFunction: ...
627
- @property
628
- def GraphName(self) -> str: ...
629
- @property
630
- def TargetParameter(self) -> SimBaseParameter: ...
631
- @TargetParameter.setter
632
- def TargetParameter(self, value: SimBaseParameter) -> SimBaseParameter: ...
633
- @property
634
- def ValueField(self) -> SimMultiValue: ...
635
- def Clone(self) -> SimParameterValueSource: ...
636
- def GetValue(self) -> typing.Any: ...
637
- def IsSamePointer(self, other: SimMultiValueParameterSource) -> bool: ...
638
- def SetFromParameters(self, axisValueX: float, axisValueY: float, axisValueZ: float, gs: str) -> None: ...
639
-
640
-
641
- class SimMultiValueFunctionPointList(IEnumerable_1[SimPoint3D], INotifyCollectionChanged):
642
- def __init__(self, graph: SimMultiValueFunctionGraph, points: IEnumerable_1[SimPoint3D]) -> None: ...
643
- @property
644
- def Count(self) -> int: ...
645
- @property
646
- def Item(self) -> SimPoint3D: ...
647
- @Item.setter
648
- def Item(self, value: SimPoint3D) -> SimPoint3D: ...
649
- def Add(self, item: SimPoint3D) -> None: ...
650
- def GetEnumerator(self) -> IEnumerator_1[SimPoint3D]: ...
651
- def Insert(self, index: int, item: SimPoint3D) -> None: ...
652
- def RemoveAt(self, index: int) -> None: ...
653
-
654
-
655
- class SimMultiValueParameterSource(SimParameterValueSource):
656
- @property
657
- def TargetParameter(self) -> SimBaseParameter: ...
658
- @TargetParameter.setter
659
- def TargetParameter(self, value: SimBaseParameter) -> SimBaseParameter: ...
660
- @property
661
- def ValueField(self) -> SimMultiValue: ...
662
- def CreateValuePointerParameters(self, user: SimUser) -> None: ...
663
- @abc.abstractmethod
664
- def GetValue(self) -> typing.Any: ...
665
- @abc.abstractmethod
666
- def IsSamePointer(self, other: SimMultiValueParameterSource) -> bool: ...
667
- @abc.abstractmethod
668
- def SetFromParameters(self, axisValueX: float, axisValueY: float, axisValueZ: float, graphName: str) -> None: ...
669
-
670
-
671
- class SimMultiValueType(typing.SupportsInt):
672
- @typing.overload
673
- def __init__(self, value : int) -> None: ...
674
- @typing.overload
675
- def __init__(self, value : int, force_if_true: bool) -> None: ...
676
- def __int__(self) -> int: ...
677
-
678
- # Values:
679
- Function : SimMultiValueType # 0
680
- Field3D : SimMultiValueType # 1
681
- BigTable : SimMultiValueType # 2
682
-