PySimultan 0.5.9.7__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 +4 -0
- PySimultan2/__about__.py +1 -1
- PySimultan2/data_model.py +3 -3
- PySimultan2/default_types.py +39 -8
- PySimultan2/files.py +1 -1
- PySimultan2/object_mapper.py +2 -0
- 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/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 +9 -4
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -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.7.dist-info/RECORD +0 -81
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
- {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,570 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System import ValueTuple_2, Predicate_1, ValueTuple_3, Func_2, Action_1, Version, TimeSpan, EventHandler, IEquatable_1, IAsyncResult, Delegate, Array_1
|
3
|
+
from System.IO import DirectoryInfo, FileInfo
|
4
|
+
from System.Collections.ObjectModel import ObservableCollection_1, Collection_1
|
5
|
+
from System.Collections.Generic import IEnumerable_1, List_1, IReadOnlyCollection_1, IList_1
|
6
|
+
from SIMULTAN.Data.SimMath import SimPoint3D, SimVector3D, SimMatrix3D, SimPoint, SimVector, SimQuaternion
|
7
|
+
from System.Collections import IList
|
8
|
+
from System.Collections.Specialized import NotifyCollectionChangedEventArgs
|
9
|
+
from System.Security import SecureString
|
10
|
+
from SIMULTAN.Data.Taxonomy import SimTaxonomy, SimTaxonomyEntryOrString
|
11
|
+
from System.Globalization import CultureInfo
|
12
|
+
from System.ComponentModel import ISynchronizeInvoke
|
13
|
+
|
14
|
+
class AdmissibilityQueries(abc.ABC):
|
15
|
+
@staticmethod
|
16
|
+
def DirectoryNameIsAdmissible(new_dir: DirectoryInfo, isAdmissible: Predicate_1[str], collisionFormat: str) -> ValueTuple_2[bool, str]: ...
|
17
|
+
@staticmethod
|
18
|
+
def FileNameIsAdmissible(new_file: FileInfo, isAdmissible: Predicate_1[str], collisionFormat: str) -> ValueTuple_2[bool, str]: ...
|
19
|
+
@staticmethod
|
20
|
+
def FindCopyName(name: str, isUsed: Predicate_1[str], copyFormat: str, copyCollisionFormat: str) -> str: ...
|
21
|
+
@staticmethod
|
22
|
+
def PropertyNameIsAdmissible(name: str, isAdmissible: Predicate_1[str], collisionNameFormat: str) -> ValueTuple_2[bool, str]: ...
|
23
|
+
|
24
|
+
|
25
|
+
class CollectionExtensions(abc.ABC):
|
26
|
+
# Skipped AddRange due to it being static, abstract and generic.
|
27
|
+
|
28
|
+
AddRange : AddRange_MethodGroup
|
29
|
+
class AddRange_MethodGroup:
|
30
|
+
def __getitem__(self, t:typing.Type[AddRange_1_T1]) -> AddRange_1[AddRange_1_T1]: ...
|
31
|
+
|
32
|
+
AddRange_1_T1 = typing.TypeVar('AddRange_1_T1')
|
33
|
+
class AddRange_1(typing.Generic[AddRange_1_T1]):
|
34
|
+
AddRange_1_T = CollectionExtensions.AddRange_MethodGroup.AddRange_1_T1
|
35
|
+
def __call__(self, collection: ObservableCollection_1[AddRange_1_T], items: IEnumerable_1[AddRange_1_T]) -> None:...
|
36
|
+
|
37
|
+
|
38
|
+
# Skipped ArgMax due to it being static, abstract and generic.
|
39
|
+
|
40
|
+
ArgMax : ArgMax_MethodGroup
|
41
|
+
class ArgMax_MethodGroup:
|
42
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[ArgMax_2_T1], typing.Type[ArgMax_2_T2]]) -> ArgMax_2[ArgMax_2_T1, ArgMax_2_T2]: ...
|
43
|
+
|
44
|
+
ArgMax_2_T1 = typing.TypeVar('ArgMax_2_T1')
|
45
|
+
ArgMax_2_T2 = typing.TypeVar('ArgMax_2_T2')
|
46
|
+
class ArgMax_2(typing.Generic[ArgMax_2_T1, ArgMax_2_T2]):
|
47
|
+
ArgMax_2_T = CollectionExtensions.ArgMax_MethodGroup.ArgMax_2_T1
|
48
|
+
ArgMax_2_Key = CollectionExtensions.ArgMax_MethodGroup.ArgMax_2_T2
|
49
|
+
def __call__(self, collection: IEnumerable_1[ArgMax_2_T], key: Func_2[ArgMax_2_T, ArgMax_2_Key]) -> ValueTuple_3[ArgMax_2_T, ArgMax_2_Key, int]:...
|
50
|
+
|
51
|
+
|
52
|
+
# Skipped ArgMin due to it being static, abstract and generic.
|
53
|
+
|
54
|
+
ArgMin : ArgMin_MethodGroup
|
55
|
+
class ArgMin_MethodGroup:
|
56
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[ArgMin_2_T1], typing.Type[ArgMin_2_T2]]) -> ArgMin_2[ArgMin_2_T1, ArgMin_2_T2]: ...
|
57
|
+
|
58
|
+
ArgMin_2_T1 = typing.TypeVar('ArgMin_2_T1')
|
59
|
+
ArgMin_2_T2 = typing.TypeVar('ArgMin_2_T2')
|
60
|
+
class ArgMin_2(typing.Generic[ArgMin_2_T1, ArgMin_2_T2]):
|
61
|
+
ArgMin_2_T = CollectionExtensions.ArgMin_MethodGroup.ArgMin_2_T1
|
62
|
+
ArgMin_2_Key = CollectionExtensions.ArgMin_MethodGroup.ArgMin_2_T2
|
63
|
+
def __call__(self, collection: IEnumerable_1[ArgMin_2_T], key: Func_2[ArgMin_2_T, ArgMin_2_Key]) -> ValueTuple_3[ArgMin_2_T, ArgMin_2_Key, int]:...
|
64
|
+
|
65
|
+
|
66
|
+
# Skipped Average due to it being static, abstract and generic.
|
67
|
+
|
68
|
+
Average : Average_MethodGroup
|
69
|
+
class Average_MethodGroup:
|
70
|
+
def __getitem__(self, t:typing.Type[Average_1_T1]) -> Average_1[Average_1_T1]: ...
|
71
|
+
|
72
|
+
Average_1_T1 = typing.TypeVar('Average_1_T1')
|
73
|
+
class Average_1(typing.Generic[Average_1_T1]):
|
74
|
+
Average_1_T = CollectionExtensions.Average_MethodGroup.Average_1_T1
|
75
|
+
@typing.overload
|
76
|
+
def __call__(self, enumerable: IEnumerable_1[Average_1_T], selector: Func_2[Average_1_T, SimPoint3D]) -> SimPoint3D:...
|
77
|
+
@typing.overload
|
78
|
+
def __call__(self, enumerable: IEnumerable_1[Average_1_T], selector: Func_2[Average_1_T, SimVector3D]) -> SimVector3D:...
|
79
|
+
|
80
|
+
|
81
|
+
# Skipped DeepCopy due to it being static, abstract and generic.
|
82
|
+
|
83
|
+
DeepCopy : DeepCopy_MethodGroup
|
84
|
+
class DeepCopy_MethodGroup:
|
85
|
+
def __getitem__(self, t:typing.Type[DeepCopy_1_T1]) -> DeepCopy_1[DeepCopy_1_T1]: ...
|
86
|
+
|
87
|
+
DeepCopy_1_T1 = typing.TypeVar('DeepCopy_1_T1')
|
88
|
+
class DeepCopy_1(typing.Generic[DeepCopy_1_T1]):
|
89
|
+
DeepCopy_1_T = CollectionExtensions.DeepCopy_MethodGroup.DeepCopy_1_T1
|
90
|
+
def __call__(self, source: List_1[List_1[DeepCopy_1_T]]) -> List_1[List_1[DeepCopy_1_T]]:...
|
91
|
+
|
92
|
+
|
93
|
+
# Skipped DistinctBy due to it being static, abstract and generic.
|
94
|
+
|
95
|
+
DistinctBy : DistinctBy_MethodGroup
|
96
|
+
class DistinctBy_MethodGroup:
|
97
|
+
def __getitem__(self, t:typing.Type[DistinctBy_1_T1]) -> DistinctBy_1[DistinctBy_1_T1]: ...
|
98
|
+
|
99
|
+
DistinctBy_1_T1 = typing.TypeVar('DistinctBy_1_T1')
|
100
|
+
class DistinctBy_1(typing.Generic[DistinctBy_1_T1]):
|
101
|
+
DistinctBy_1_T = CollectionExtensions.DistinctBy_MethodGroup.DistinctBy_1_T1
|
102
|
+
def __call__(self, enumerable: IEnumerable_1[DistinctBy_1_T], selector: Func_2[DistinctBy_1_T, typing.Any]) -> IEnumerable_1[DistinctBy_1_T]:...
|
103
|
+
|
104
|
+
|
105
|
+
# Skipped FindIndex due to it being static, abstract and generic.
|
106
|
+
|
107
|
+
FindIndex : FindIndex_MethodGroup
|
108
|
+
class FindIndex_MethodGroup:
|
109
|
+
def __getitem__(self, t:typing.Type[FindIndex_1_T1]) -> FindIndex_1[FindIndex_1_T1]: ...
|
110
|
+
|
111
|
+
FindIndex_1_T1 = typing.TypeVar('FindIndex_1_T1')
|
112
|
+
class FindIndex_1(typing.Generic[FindIndex_1_T1]):
|
113
|
+
FindIndex_1_T = CollectionExtensions.FindIndex_MethodGroup.FindIndex_1_T1
|
114
|
+
def __call__(self, list: IEnumerable_1[FindIndex_1_T], predicate: Predicate_1[FindIndex_1_T]) -> int:...
|
115
|
+
|
116
|
+
|
117
|
+
# Skipped ForEach due to it being static, abstract and generic.
|
118
|
+
|
119
|
+
ForEach : ForEach_MethodGroup
|
120
|
+
class ForEach_MethodGroup:
|
121
|
+
def __getitem__(self, t:typing.Type[ForEach_1_T1]) -> ForEach_1[ForEach_1_T1]: ...
|
122
|
+
|
123
|
+
ForEach_1_T1 = typing.TypeVar('ForEach_1_T1')
|
124
|
+
class ForEach_1(typing.Generic[ForEach_1_T1]):
|
125
|
+
ForEach_1_T = CollectionExtensions.ForEach_MethodGroup.ForEach_1_T1
|
126
|
+
@typing.overload
|
127
|
+
def __call__(self, collection: ObservableCollection_1[ForEach_1_T], action: Action_1[ForEach_1_T]) -> None:...
|
128
|
+
@typing.overload
|
129
|
+
def __call__(self, collection: IReadOnlyCollection_1[ForEach_1_T], action: Action_1[ForEach_1_T]) -> None:...
|
130
|
+
@typing.overload
|
131
|
+
def __call__(self, collection: IEnumerable_1[ForEach_1_T], action: Action_1[ForEach_1_T]) -> None:...
|
132
|
+
|
133
|
+
def __call__(self, collection: IList, action: Action_1[typing.Any]) -> None:...
|
134
|
+
|
135
|
+
# Skipped HandleCollectionChanged due to it being static, abstract and generic.
|
136
|
+
|
137
|
+
HandleCollectionChanged : HandleCollectionChanged_MethodGroup
|
138
|
+
class HandleCollectionChanged_MethodGroup:
|
139
|
+
def __getitem__(self, t:typing.Tuple[typing.Type[HandleCollectionChanged_2_T1], typing.Type[HandleCollectionChanged_2_T2]]) -> HandleCollectionChanged_2[HandleCollectionChanged_2_T1, HandleCollectionChanged_2_T2]: ...
|
140
|
+
|
141
|
+
HandleCollectionChanged_2_T1 = typing.TypeVar('HandleCollectionChanged_2_T1')
|
142
|
+
HandleCollectionChanged_2_T2 = typing.TypeVar('HandleCollectionChanged_2_T2')
|
143
|
+
class HandleCollectionChanged_2(typing.Generic[HandleCollectionChanged_2_T1, HandleCollectionChanged_2_T2]):
|
144
|
+
HandleCollectionChanged_2_TSource = CollectionExtensions.HandleCollectionChanged_MethodGroup.HandleCollectionChanged_2_T1
|
145
|
+
HandleCollectionChanged_2_TTarget = CollectionExtensions.HandleCollectionChanged_MethodGroup.HandleCollectionChanged_2_T2
|
146
|
+
def __call__(self, args: NotifyCollectionChangedEventArgs, target: IList_1[HandleCollectionChanged_2_TTarget], convert: Func_2[HandleCollectionChanged_2_TSource, HandleCollectionChanged_2_TTarget]) -> None:...
|
147
|
+
|
148
|
+
|
149
|
+
# Skipped IndicesWhere due to it being static, abstract and generic.
|
150
|
+
|
151
|
+
IndicesWhere : IndicesWhere_MethodGroup
|
152
|
+
class IndicesWhere_MethodGroup:
|
153
|
+
def __getitem__(self, t:typing.Type[IndicesWhere_1_T1]) -> IndicesWhere_1[IndicesWhere_1_T1]: ...
|
154
|
+
|
155
|
+
IndicesWhere_1_T1 = typing.TypeVar('IndicesWhere_1_T1')
|
156
|
+
class IndicesWhere_1(typing.Generic[IndicesWhere_1_T1]):
|
157
|
+
IndicesWhere_1_T = CollectionExtensions.IndicesWhere_MethodGroup.IndicesWhere_1_T1
|
158
|
+
def __call__(self, source: IEnumerable_1[IndicesWhere_1_T], predicate: Func_2[IndicesWhere_1_T, bool]) -> IEnumerable_1[int]:...
|
159
|
+
|
160
|
+
|
161
|
+
# Skipped RemoveFirst due to it being static, abstract and generic.
|
162
|
+
|
163
|
+
RemoveFirst : RemoveFirst_MethodGroup
|
164
|
+
class RemoveFirst_MethodGroup:
|
165
|
+
def __getitem__(self, t:typing.Type[RemoveFirst_1_T1]) -> RemoveFirst_1[RemoveFirst_1_T1]: ...
|
166
|
+
|
167
|
+
RemoveFirst_1_T1 = typing.TypeVar('RemoveFirst_1_T1')
|
168
|
+
class RemoveFirst_1(typing.Generic[RemoveFirst_1_T1]):
|
169
|
+
RemoveFirst_1_T = CollectionExtensions.RemoveFirst_MethodGroup.RemoveFirst_1_T1
|
170
|
+
@typing.overload
|
171
|
+
def __call__(self, collection: Collection_1[RemoveFirst_1_T], predicate: Func_2[RemoveFirst_1_T, bool]) -> bool:...
|
172
|
+
@typing.overload
|
173
|
+
def __call__(self, collection: Collection_1[RemoveFirst_1_T], predicate: Func_2[RemoveFirst_1_T, bool], removed: clr.Reference[RemoveFirst_1_T]) -> bool:...
|
174
|
+
|
175
|
+
|
176
|
+
# Skipped RemoveWhere due to it being static, abstract and generic.
|
177
|
+
|
178
|
+
RemoveWhere : RemoveWhere_MethodGroup
|
179
|
+
class RemoveWhere_MethodGroup:
|
180
|
+
def __getitem__(self, t:typing.Type[RemoveWhere_1_T1]) -> RemoveWhere_1[RemoveWhere_1_T1]: ...
|
181
|
+
|
182
|
+
RemoveWhere_1_T1 = typing.TypeVar('RemoveWhere_1_T1')
|
183
|
+
class RemoveWhere_1(typing.Generic[RemoveWhere_1_T1]):
|
184
|
+
RemoveWhere_1_T = CollectionExtensions.RemoveWhere_MethodGroup.RemoveWhere_1_T1
|
185
|
+
@typing.overload
|
186
|
+
def __call__(self, collection: Collection_1[RemoveWhere_1_T], predicate: Func_2[RemoveWhere_1_T, bool]) -> None:...
|
187
|
+
@typing.overload
|
188
|
+
def __call__(self, collection: IList_1[RemoveWhere_1_T], predicate: Func_2[RemoveWhere_1_T, bool]) -> None:...
|
189
|
+
@typing.overload
|
190
|
+
def __call__(self, collection: Collection_1[RemoveWhere_1_T], predicate: Func_2[RemoveWhere_1_T, bool], removeAction: Action_1[RemoveWhere_1_T]) -> None:...
|
191
|
+
@typing.overload
|
192
|
+
def __call__(self, collection: IList_1[RemoveWhere_1_T], predicate: Func_2[RemoveWhere_1_T, bool], removeAction: Action_1[RemoveWhere_1_T]) -> None:...
|
193
|
+
|
194
|
+
|
195
|
+
# Skipped Split due to it being static, abstract and generic.
|
196
|
+
|
197
|
+
Split : Split_MethodGroup
|
198
|
+
class Split_MethodGroup:
|
199
|
+
def __getitem__(self, t:typing.Type[Split_1_T1]) -> Split_1[Split_1_T1]: ...
|
200
|
+
|
201
|
+
Split_1_T1 = typing.TypeVar('Split_1_T1')
|
202
|
+
class Split_1(typing.Generic[Split_1_T1]):
|
203
|
+
Split_1_T = CollectionExtensions.Split_MethodGroup.Split_1_T1
|
204
|
+
def __call__(self, list: IEnumerable_1[Split_1_T], predicate: Predicate_1[Split_1_T]) -> ValueTuple_2[IEnumerable_1[Split_1_T], IEnumerable_1[Split_1_T]]:...
|
205
|
+
|
206
|
+
|
207
|
+
# Skipped ToList due to it being static, abstract and generic.
|
208
|
+
|
209
|
+
ToList : ToList_MethodGroup
|
210
|
+
class ToList_MethodGroup:
|
211
|
+
def __getitem__(self, t:typing.Type[ToList_1_T1]) -> ToList_1[ToList_1_T1]: ...
|
212
|
+
|
213
|
+
ToList_1_T1 = typing.TypeVar('ToList_1_T1')
|
214
|
+
class ToList_1(typing.Generic[ToList_1_T1]):
|
215
|
+
ToList_1_T = CollectionExtensions.ToList_MethodGroup.ToList_1_T1
|
216
|
+
def __call__(self, iList: IList) -> IList_1[ToList_1_T]:...
|
217
|
+
|
218
|
+
|
219
|
+
# Skipped ToObservableCollection due to it being static, abstract and generic.
|
220
|
+
|
221
|
+
ToObservableCollection : ToObservableCollection_MethodGroup
|
222
|
+
class ToObservableCollection_MethodGroup:
|
223
|
+
def __getitem__(self, t:typing.Type[ToObservableCollection_1_T1]) -> ToObservableCollection_1[ToObservableCollection_1_T1]: ...
|
224
|
+
|
225
|
+
ToObservableCollection_1_T1 = typing.TypeVar('ToObservableCollection_1_T1')
|
226
|
+
class ToObservableCollection_1(typing.Generic[ToObservableCollection_1_T1]):
|
227
|
+
ToObservableCollection_1_T = CollectionExtensions.ToObservableCollection_MethodGroup.ToObservableCollection_1_T1
|
228
|
+
def __call__(self, enumerable: IEnumerable_1[ToObservableCollection_1_T]) -> ObservableCollection_1[ToObservableCollection_1_T]:...
|
229
|
+
|
230
|
+
|
231
|
+
# Skipped Transpose due to it being static, abstract and generic.
|
232
|
+
|
233
|
+
Transpose : Transpose_MethodGroup
|
234
|
+
class Transpose_MethodGroup:
|
235
|
+
def __getitem__(self, t:typing.Type[Transpose_1_T1]) -> Transpose_1[Transpose_1_T1]: ...
|
236
|
+
|
237
|
+
Transpose_1_T1 = typing.TypeVar('Transpose_1_T1')
|
238
|
+
class Transpose_1(typing.Generic[Transpose_1_T1]):
|
239
|
+
Transpose_1_T = CollectionExtensions.Transpose_MethodGroup.Transpose_1_T1
|
240
|
+
def __call__(self, input: List_1[List_1[Transpose_1_T]]) -> List_1[List_1[Transpose_1_T]]:...
|
241
|
+
|
242
|
+
|
243
|
+
# Skipped TryFirstOrDefault due to it being static, abstract and generic.
|
244
|
+
|
245
|
+
TryFirstOrDefault : TryFirstOrDefault_MethodGroup
|
246
|
+
class TryFirstOrDefault_MethodGroup:
|
247
|
+
def __getitem__(self, t:typing.Type[TryFirstOrDefault_1_T1]) -> TryFirstOrDefault_1[TryFirstOrDefault_1_T1]: ...
|
248
|
+
|
249
|
+
TryFirstOrDefault_1_T1 = typing.TypeVar('TryFirstOrDefault_1_T1')
|
250
|
+
class TryFirstOrDefault_1(typing.Generic[TryFirstOrDefault_1_T1]):
|
251
|
+
TryFirstOrDefault_1_T = CollectionExtensions.TryFirstOrDefault_MethodGroup.TryFirstOrDefault_1_T1
|
252
|
+
def __call__(self, source: IEnumerable_1[TryFirstOrDefault_1_T], predicate: Predicate_1[TryFirstOrDefault_1_T], value: clr.Reference[TryFirstOrDefault_1_T]) -> bool:...
|
253
|
+
|
254
|
+
|
255
|
+
# Skipped TryGetElementAt due to it being static, abstract and generic.
|
256
|
+
|
257
|
+
TryGetElementAt : TryGetElementAt_MethodGroup
|
258
|
+
class TryGetElementAt_MethodGroup:
|
259
|
+
def __getitem__(self, t:typing.Type[TryGetElementAt_1_T1]) -> TryGetElementAt_1[TryGetElementAt_1_T1]: ...
|
260
|
+
|
261
|
+
TryGetElementAt_1_T1 = typing.TypeVar('TryGetElementAt_1_T1')
|
262
|
+
class TryGetElementAt_1(typing.Generic[TryGetElementAt_1_T1]):
|
263
|
+
TryGetElementAt_1_T = CollectionExtensions.TryGetElementAt_MethodGroup.TryGetElementAt_1_T1
|
264
|
+
def __call__(self, list: IEnumerable_1[TryGetElementAt_1_T], index: int, result: clr.Reference[TryGetElementAt_1_T]) -> bool:...
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
class CommonExtensions(abc.ABC):
|
270
|
+
@staticmethod
|
271
|
+
def ConvertToDoubleIfNumeric(value: typing.Any) -> float: ...
|
272
|
+
@staticmethod
|
273
|
+
def EqualsWithNan(d: float, other: float) -> bool: ...
|
274
|
+
@staticmethod
|
275
|
+
def GetVersion(version: Version, fieldCount: int) -> Version: ...
|
276
|
+
@staticmethod
|
277
|
+
def IsCollinear(v1: SimVector3D, v2: SimVector3D, threshold: float = ...) -> bool: ...
|
278
|
+
@staticmethod
|
279
|
+
def MatrixFromAxes(x: SimVector3D, y: SimVector3D, z: SimVector3D, p: SimPoint3D) -> SimMatrix3D: ...
|
280
|
+
@staticmethod
|
281
|
+
def SecureEquals(s1: SecureString, s2: SecureString) -> bool: ...
|
282
|
+
@staticmethod
|
283
|
+
def Transpose(m: SimMatrix3D) -> SimMatrix3D: ...
|
284
|
+
# Skipped Clamp due to it being static, abstract and generic.
|
285
|
+
|
286
|
+
Clamp : Clamp_MethodGroup
|
287
|
+
class Clamp_MethodGroup:
|
288
|
+
def __getitem__(self, t:typing.Type[Clamp_1_T1]) -> Clamp_1[Clamp_1_T1]: ...
|
289
|
+
|
290
|
+
Clamp_1_T1 = typing.TypeVar('Clamp_1_T1')
|
291
|
+
class Clamp_1(typing.Generic[Clamp_1_T1]):
|
292
|
+
Clamp_1_T = CommonExtensions.Clamp_MethodGroup.Clamp_1_T1
|
293
|
+
def __call__(self, val: Clamp_1_T, min: Clamp_1_T, max: Clamp_1_T) -> Clamp_1_T:...
|
294
|
+
|
295
|
+
|
296
|
+
# Skipped InRange due to it being static, abstract and generic.
|
297
|
+
|
298
|
+
InRange : InRange_MethodGroup
|
299
|
+
class InRange_MethodGroup:
|
300
|
+
def __getitem__(self, t:typing.Type[InRange_1_T1]) -> InRange_1[InRange_1_T1]: ...
|
301
|
+
|
302
|
+
InRange_1_T1 = typing.TypeVar('InRange_1_T1')
|
303
|
+
class InRange_1(typing.Generic[InRange_1_T1]):
|
304
|
+
InRange_1_T = CommonExtensions.InRange_MethodGroup.InRange_1_T1
|
305
|
+
def __call__(self, value: InRange_1_T, minRange: InRange_1_T, maxRange: InRange_1_T) -> bool:...
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
class IDispatcherTimer(typing.Protocol):
|
311
|
+
@property
|
312
|
+
def Interval(self) -> TimeSpan: ...
|
313
|
+
@Interval.setter
|
314
|
+
def Interval(self, value: TimeSpan) -> TimeSpan: ...
|
315
|
+
@abc.abstractmethod
|
316
|
+
def AddTickEventHandler(self, handler: EventHandler) -> None: ...
|
317
|
+
@abc.abstractmethod
|
318
|
+
def RemoveTickEventHandler(self, handler: EventHandler) -> None: ...
|
319
|
+
@abc.abstractmethod
|
320
|
+
def Start(self) -> None: ...
|
321
|
+
@abc.abstractmethod
|
322
|
+
def Stop(self) -> None: ...
|
323
|
+
|
324
|
+
|
325
|
+
class IDispatcherTimerFactory(typing.Protocol):
|
326
|
+
@abc.abstractmethod
|
327
|
+
def Create(self) -> IDispatcherTimer: ...
|
328
|
+
|
329
|
+
|
330
|
+
class IntIndex2D(IEquatable_1[IntIndex2D]):
|
331
|
+
def __init__(self, x: int, y: int) -> None: ...
|
332
|
+
@property
|
333
|
+
def Item(self) -> int: ...
|
334
|
+
@Item.setter
|
335
|
+
def Item(self, value: int) -> int: ...
|
336
|
+
@property
|
337
|
+
def X(self) -> int: ...
|
338
|
+
@X.setter
|
339
|
+
def X(self, value: int) -> int: ...
|
340
|
+
@property
|
341
|
+
def Y(self) -> int: ...
|
342
|
+
@Y.setter
|
343
|
+
def Y(self, value: int) -> int: ...
|
344
|
+
def GetHashCode(self) -> int: ...
|
345
|
+
def __add__(self, lhs: IntIndex2D, rhs: IntIndex2D) -> IntIndex2D: ...
|
346
|
+
def __eq__(self, lhs: IntIndex2D, rhs: IntIndex2D) -> bool: ...
|
347
|
+
def __ne__(self, lhs: IntIndex2D, rhs: IntIndex2D) -> bool: ...
|
348
|
+
def __sub__(self, lhs: IntIndex2D, rhs: IntIndex2D) -> IntIndex2D: ...
|
349
|
+
# Skipped Equals due to it being static, abstract and generic.
|
350
|
+
|
351
|
+
Equals : Equals_MethodGroup
|
352
|
+
class Equals_MethodGroup:
|
353
|
+
@typing.overload
|
354
|
+
def __call__(self, other: IntIndex2D) -> bool:...
|
355
|
+
@typing.overload
|
356
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
357
|
+
|
358
|
+
|
359
|
+
|
360
|
+
class IntIndex3D(IEquatable_1[IntIndex3D]):
|
361
|
+
def __init__(self, x: int, y: int, z: int) -> None: ...
|
362
|
+
@property
|
363
|
+
def Item(self) -> int: ...
|
364
|
+
@Item.setter
|
365
|
+
def Item(self, value: int) -> int: ...
|
366
|
+
@property
|
367
|
+
def X(self) -> int: ...
|
368
|
+
@X.setter
|
369
|
+
def X(self, value: int) -> int: ...
|
370
|
+
@property
|
371
|
+
def Y(self) -> int: ...
|
372
|
+
@Y.setter
|
373
|
+
def Y(self, value: int) -> int: ...
|
374
|
+
@property
|
375
|
+
def Z(self) -> int: ...
|
376
|
+
@Z.setter
|
377
|
+
def Z(self, value: int) -> int: ...
|
378
|
+
def Equals(self, other: IntIndex3D) -> bool: ...
|
379
|
+
def GetHashCode(self) -> int: ...
|
380
|
+
|
381
|
+
|
382
|
+
class IServicesProvider(typing.Protocol):
|
383
|
+
# Skipped GetService due to it being static, abstract and generic.
|
384
|
+
|
385
|
+
GetService : GetService_MethodGroup
|
386
|
+
class GetService_MethodGroup:
|
387
|
+
def __getitem__(self, t:typing.Type[GetService_1_T1]) -> GetService_1[GetService_1_T1]: ...
|
388
|
+
|
389
|
+
GetService_1_T1 = typing.TypeVar('GetService_1_T1')
|
390
|
+
class GetService_1(typing.Generic[GetService_1_T1]):
|
391
|
+
GetService_1_T = IServicesProvider.GetService_MethodGroup.GetService_1_T1
|
392
|
+
def __call__(self) -> GetService_1_T:...
|
393
|
+
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
class PointVectorExtensions(abc.ABC):
|
398
|
+
@staticmethod
|
399
|
+
def At(p: SimPoint3D, idx: int) -> float: ...
|
400
|
+
@staticmethod
|
401
|
+
def Divide(p: SimPoint3D, d: float) -> SimPoint3D: ...
|
402
|
+
@staticmethod
|
403
|
+
def Multiply(p: SimPoint3D, d: float) -> SimPoint3D: ...
|
404
|
+
# Skipped Get due to it being static, abstract and generic.
|
405
|
+
|
406
|
+
Get : Get_MethodGroup
|
407
|
+
class Get_MethodGroup:
|
408
|
+
@typing.overload
|
409
|
+
def __call__(self, v: SimVector3D, idx: int) -> float:...
|
410
|
+
@typing.overload
|
411
|
+
def __call__(self, v: SimPoint3D, idx: int) -> float:...
|
412
|
+
|
413
|
+
# Skipped XY due to it being static, abstract and generic.
|
414
|
+
|
415
|
+
XY : XY_MethodGroup
|
416
|
+
class XY_MethodGroup:
|
417
|
+
@typing.overload
|
418
|
+
def __call__(self, p: SimPoint3D) -> SimPoint:...
|
419
|
+
@typing.overload
|
420
|
+
def __call__(self, v: SimVector3D) -> SimVector:...
|
421
|
+
|
422
|
+
|
423
|
+
|
424
|
+
class Range3D:
|
425
|
+
@typing.overload
|
426
|
+
def __init__(self, minimum: SimPoint3D, maximum: SimPoint3D) -> None: ...
|
427
|
+
@typing.overload
|
428
|
+
def __init__(self, original: Range3D) -> None: ...
|
429
|
+
@property
|
430
|
+
def Maximum(self) -> SimPoint3D: ...
|
431
|
+
@property
|
432
|
+
def Minimum(self) -> SimPoint3D: ...
|
433
|
+
# Skipped Contains due to it being static, abstract and generic.
|
434
|
+
|
435
|
+
Contains : Contains_MethodGroup
|
436
|
+
class Contains_MethodGroup:
|
437
|
+
@typing.overload
|
438
|
+
def __call__(self, position: SimPoint3D) -> bool:...
|
439
|
+
@typing.overload
|
440
|
+
def __call__(self, position: IntIndex3D) -> bool:...
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
class RowColumnIndex(IEquatable_1[RowColumnIndex]):
|
445
|
+
def __init__(self, row: int, column: int) -> None: ...
|
446
|
+
@property
|
447
|
+
def Column(self) -> int: ...
|
448
|
+
@Column.setter
|
449
|
+
def Column(self, value: int) -> int: ...
|
450
|
+
@property
|
451
|
+
def Row(self) -> int: ...
|
452
|
+
@Row.setter
|
453
|
+
def Row(self, value: int) -> int: ...
|
454
|
+
@staticmethod
|
455
|
+
def FromIndex2D(index: IntIndex2D) -> RowColumnIndex: ...
|
456
|
+
def GetHashCode(self) -> int: ...
|
457
|
+
def __add__(self, lhs: RowColumnIndex, rhs: RowColumnIndex) -> RowColumnIndex: ...
|
458
|
+
def __eq__(self, lhs: RowColumnIndex, rhs: RowColumnIndex) -> bool: ...
|
459
|
+
def __ne__(self, lhs: RowColumnIndex, rhs: RowColumnIndex) -> bool: ...
|
460
|
+
def __sub__(self, lhs: RowColumnIndex, rhs: RowColumnIndex) -> RowColumnIndex: ...
|
461
|
+
def ToIndex2D(self) -> IntIndex2D: ...
|
462
|
+
# Skipped Equals due to it being static, abstract and generic.
|
463
|
+
|
464
|
+
Equals : Equals_MethodGroup
|
465
|
+
class Equals_MethodGroup:
|
466
|
+
@typing.overload
|
467
|
+
def __call__(self, other: RowColumnIndex) -> bool:...
|
468
|
+
@typing.overload
|
469
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
class RowColumnRange(IEquatable_1[RowColumnRange]):
|
474
|
+
def __init__(self, rowStart: int, columnStart: int, rowCount: int, columnCount: int) -> None: ...
|
475
|
+
@property
|
476
|
+
def ColumnCount(self) -> int: ...
|
477
|
+
@property
|
478
|
+
def ColumnStart(self) -> int: ...
|
479
|
+
@property
|
480
|
+
def RowCount(self) -> int: ...
|
481
|
+
@property
|
482
|
+
def RowStart(self) -> int: ...
|
483
|
+
def GetHashCode(self) -> int: ...
|
484
|
+
def __eq__(self, lhs: RowColumnRange, rhs: RowColumnRange) -> bool: ...
|
485
|
+
def __ne__(self, lhs: RowColumnRange, rhs: RowColumnRange) -> bool: ...
|
486
|
+
# Skipped Equals due to it being static, abstract and generic.
|
487
|
+
|
488
|
+
Equals : Equals_MethodGroup
|
489
|
+
class Equals_MethodGroup:
|
490
|
+
@typing.overload
|
491
|
+
def __call__(self, other: RowColumnRange) -> bool:...
|
492
|
+
@typing.overload
|
493
|
+
def __call__(self, obj: typing.Any) -> bool:...
|
494
|
+
|
495
|
+
# Skipped Merge due to it being static, abstract and generic.
|
496
|
+
|
497
|
+
Merge : Merge_MethodGroup
|
498
|
+
class Merge_MethodGroup:
|
499
|
+
@typing.overload
|
500
|
+
def __call__(self, lhs: RowColumnRange, rhs: RowColumnRange) -> RowColumnRange:...
|
501
|
+
@typing.overload
|
502
|
+
def __call__(self, lhs: RowColumnRange, rhs: RowColumnIndex) -> RowColumnRange:...
|
503
|
+
|
504
|
+
|
505
|
+
|
506
|
+
class ServicesProvider(IServicesProvider):
|
507
|
+
@typing.overload
|
508
|
+
def __init__(self) -> None: ...
|
509
|
+
@typing.overload
|
510
|
+
def __init__(self, serviceProvider: IServicesProvider) -> None: ...
|
511
|
+
# Skipped AddService due to it being static, abstract and generic.
|
512
|
+
|
513
|
+
AddService : AddService_MethodGroup
|
514
|
+
class AddService_MethodGroup:
|
515
|
+
def __getitem__(self, t:typing.Type[AddService_1_T1]) -> AddService_1[AddService_1_T1]: ...
|
516
|
+
|
517
|
+
AddService_1_T1 = typing.TypeVar('AddService_1_T1')
|
518
|
+
class AddService_1(typing.Generic[AddService_1_T1]):
|
519
|
+
AddService_1_TServiceScope = ServicesProvider.AddService_MethodGroup.AddService_1_T1
|
520
|
+
def __call__(self, service: AddService_1_TServiceScope) -> None:...
|
521
|
+
|
522
|
+
|
523
|
+
# Skipped GetService due to it being static, abstract and generic.
|
524
|
+
|
525
|
+
GetService : GetService_MethodGroup
|
526
|
+
class GetService_MethodGroup:
|
527
|
+
def __getitem__(self, t:typing.Type[GetService_1_T1]) -> GetService_1[GetService_1_T1]: ...
|
528
|
+
|
529
|
+
GetService_1_T1 = typing.TypeVar('GetService_1_T1')
|
530
|
+
class GetService_1(typing.Generic[GetService_1_T1]):
|
531
|
+
GetService_1_T = ServicesProvider.GetService_MethodGroup.GetService_1_T1
|
532
|
+
def __call__(self) -> GetService_1_T:...
|
533
|
+
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
class SimQuaternionExtensions(abc.ABC):
|
538
|
+
@staticmethod
|
539
|
+
def ToEulerAngles(q: SimQuaternion) -> SimVector3D: ...
|
540
|
+
# Skipped CreateFromYawPitchRoll due to it being static, abstract and generic.
|
541
|
+
|
542
|
+
CreateFromYawPitchRoll : CreateFromYawPitchRoll_MethodGroup
|
543
|
+
class CreateFromYawPitchRoll_MethodGroup:
|
544
|
+
@typing.overload
|
545
|
+
def __call__(self, eulerAngles: SimVector3D) -> SimQuaternion:...
|
546
|
+
@typing.overload
|
547
|
+
def __call__(self, yaw: float, pitch: float, roll: float) -> SimQuaternion:...
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
class SystemTimerFactory(IDispatcherTimerFactory):
|
552
|
+
def __init__(self) -> None: ...
|
553
|
+
def Create(self) -> IDispatcherTimer: ...
|
554
|
+
|
555
|
+
|
556
|
+
class TaxonomyUtils(abc.ABC):
|
557
|
+
@staticmethod
|
558
|
+
def DuplicateLanguage(taxonomy: SimTaxonomy, source: CultureInfo, target: CultureInfo) -> bool: ...
|
559
|
+
@staticmethod
|
560
|
+
def GetLocalizedName(entry: SimTaxonomyEntryOrString, culture: CultureInfo) -> str: ...
|
561
|
+
|
562
|
+
|
563
|
+
class UnsyncedSynchronizationContext(ISynchronizeInvoke):
|
564
|
+
def __init__(self) -> None: ...
|
565
|
+
@property
|
566
|
+
def InvokeRequired(self) -> bool: ...
|
567
|
+
def BeginInvoke(self, method: Delegate, args: Array_1[typing.Any]) -> IAsyncResult: ...
|
568
|
+
def EndInvoke(self, result: IAsyncResult) -> typing.Any: ...
|
569
|
+
def Invoke(self, method: Delegate, args: Array_1[typing.Any]) -> typing.Any: ...
|
570
|
+
|