PySimultan 0.5.9.6__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan2/CHANGELOG.md +9 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +12 -5
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +31 -3
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan2/resources/ComponentBuilder.xml +93 -15
- 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/Python.Runtime.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- PySimultan2/resources/SIMULTAN.UI.xml +57 -0
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +73 -3
- PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
- PySimultan2/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +6 -1
- PySimultan2/taxonomy_maps.py +45 -27
- PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
- PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
- PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
- PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
- PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
- PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
- PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
- PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
- PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
- PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
- PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
- PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
- PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
- PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
- PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
- PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
- PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
- PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
- PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
- PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
- PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
- PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
- PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
- PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
- PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
- PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
- PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
- PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
- PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
- PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
- PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
- PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
- PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
- PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
- PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
- PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
- PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
- PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
- PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
- PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
- PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
- PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
- PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
- PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
- PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
- PySimultan2/typings/System/Collections/__init__.pyi +403 -0
- PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
- PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
- PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
- PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
- PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
- PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
- PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
- PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
- PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
- PySimultan2/typings/System/IO/__init__.pyi +2747 -0
- PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
- PySimultan2/typings/System/Net/__init__.pyi +81 -0
- PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
- PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
- PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
- PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
- PySimultan2/typings/System/Resources/__init__.pyi +205 -0
- PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
- PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
- PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
- PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
- PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
- PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
- PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
- PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
- PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
- PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
- PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
- PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
- PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
- PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
- PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
- PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
- PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
- PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
- PySimultan2/typings/System/Security/__init__.pyi +347 -0
- PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
- PySimultan2/typings/System/Text/__init__.pyi +1590 -0
- PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
- PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
- PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
- PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
- PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
- PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
- PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
- PySimultan2/typings/System/__init__.pyi +17821 -0
- PySimultan2/utils.py +10 -5
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +5 -1
- pysimultan-0.6.0.1.dist-info/RECORD +174 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
- pysimultan-0.5.9.6.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.6.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,682 @@
|
|
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
|
+
|