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,205 @@
|
|
1
|
+
import typing, clr, abc
|
2
|
+
from System import IDisposable, SystemException, Exception, Attribute, Array_1
|
3
|
+
from System.Collections import IEnumerable, IDictionaryEnumerator, IDictionary
|
4
|
+
from System.Reflection import MethodBase, Assembly
|
5
|
+
from System.Globalization import CultureInfo
|
6
|
+
from System.IO import UnmanagedMemoryStream, Stream
|
7
|
+
|
8
|
+
class IResourceReader(IDisposable, IEnumerable, typing.Protocol):
|
9
|
+
@abc.abstractmethod
|
10
|
+
def Close(self) -> None: ...
|
11
|
+
@abc.abstractmethod
|
12
|
+
def GetEnumerator(self) -> IDictionaryEnumerator: ...
|
13
|
+
|
14
|
+
|
15
|
+
class MissingManifestResourceException(SystemException):
|
16
|
+
@typing.overload
|
17
|
+
def __init__(self) -> None: ...
|
18
|
+
@typing.overload
|
19
|
+
def __init__(self, message: str) -> None: ...
|
20
|
+
@typing.overload
|
21
|
+
def __init__(self, message: str, inner: Exception) -> None: ...
|
22
|
+
@property
|
23
|
+
def Data(self) -> IDictionary: ...
|
24
|
+
@property
|
25
|
+
def HelpLink(self) -> str: ...
|
26
|
+
@HelpLink.setter
|
27
|
+
def HelpLink(self, value: str) -> str: ...
|
28
|
+
@property
|
29
|
+
def HResult(self) -> int: ...
|
30
|
+
@HResult.setter
|
31
|
+
def HResult(self, value: int) -> int: ...
|
32
|
+
@property
|
33
|
+
def InnerException(self) -> Exception: ...
|
34
|
+
@property
|
35
|
+
def Message(self) -> str: ...
|
36
|
+
@property
|
37
|
+
def Source(self) -> str: ...
|
38
|
+
@Source.setter
|
39
|
+
def Source(self, value: str) -> str: ...
|
40
|
+
@property
|
41
|
+
def StackTrace(self) -> str: ...
|
42
|
+
@property
|
43
|
+
def TargetSite(self) -> MethodBase: ...
|
44
|
+
|
45
|
+
|
46
|
+
class MissingSatelliteAssemblyException(SystemException):
|
47
|
+
@typing.overload
|
48
|
+
def __init__(self) -> None: ...
|
49
|
+
@typing.overload
|
50
|
+
def __init__(self, message: str) -> None: ...
|
51
|
+
@typing.overload
|
52
|
+
def __init__(self, message: str, cultureName: str) -> None: ...
|
53
|
+
@typing.overload
|
54
|
+
def __init__(self, message: str, inner: Exception) -> None: ...
|
55
|
+
@property
|
56
|
+
def CultureName(self) -> str: ...
|
57
|
+
@property
|
58
|
+
def Data(self) -> IDictionary: ...
|
59
|
+
@property
|
60
|
+
def HelpLink(self) -> str: ...
|
61
|
+
@HelpLink.setter
|
62
|
+
def HelpLink(self, value: str) -> str: ...
|
63
|
+
@property
|
64
|
+
def HResult(self) -> int: ...
|
65
|
+
@HResult.setter
|
66
|
+
def HResult(self, value: int) -> int: ...
|
67
|
+
@property
|
68
|
+
def InnerException(self) -> Exception: ...
|
69
|
+
@property
|
70
|
+
def Message(self) -> str: ...
|
71
|
+
@property
|
72
|
+
def Source(self) -> str: ...
|
73
|
+
@Source.setter
|
74
|
+
def Source(self, value: str) -> str: ...
|
75
|
+
@property
|
76
|
+
def StackTrace(self) -> str: ...
|
77
|
+
@property
|
78
|
+
def TargetSite(self) -> MethodBase: ...
|
79
|
+
|
80
|
+
|
81
|
+
class NeutralResourcesLanguageAttribute(Attribute):
|
82
|
+
@typing.overload
|
83
|
+
def __init__(self, cultureName: str) -> None: ...
|
84
|
+
@typing.overload
|
85
|
+
def __init__(self, cultureName: str, location: UltimateResourceFallbackLocation) -> None: ...
|
86
|
+
@property
|
87
|
+
def CultureName(self) -> str: ...
|
88
|
+
@property
|
89
|
+
def Location(self) -> UltimateResourceFallbackLocation: ...
|
90
|
+
@property
|
91
|
+
def TypeId(self) -> typing.Any: ...
|
92
|
+
|
93
|
+
|
94
|
+
class ResourceManager:
|
95
|
+
@typing.overload
|
96
|
+
def __init__(self, baseName: str, assembly: Assembly) -> None: ...
|
97
|
+
@typing.overload
|
98
|
+
def __init__(self, baseName: str, assembly: Assembly, usingResourceSet: typing.Type[typing.Any]) -> None: ...
|
99
|
+
@typing.overload
|
100
|
+
def __init__(self, resourceSource: typing.Type[typing.Any]) -> None: ...
|
101
|
+
HeaderVersionNumber : int
|
102
|
+
MagicNumber : int
|
103
|
+
@property
|
104
|
+
def BaseName(self) -> str: ...
|
105
|
+
@property
|
106
|
+
def IgnoreCase(self) -> bool: ...
|
107
|
+
@IgnoreCase.setter
|
108
|
+
def IgnoreCase(self, value: bool) -> bool: ...
|
109
|
+
@property
|
110
|
+
def ResourceSetType(self) -> typing.Type[typing.Any]: ...
|
111
|
+
@staticmethod
|
112
|
+
def CreateFileBasedResourceManager(baseName: str, resourceDir: str, usingResourceSet: typing.Type[typing.Any]) -> ResourceManager: ...
|
113
|
+
def GetResourceSet(self, culture: CultureInfo, createIfNotExists: bool, tryParents: bool) -> ResourceSet: ...
|
114
|
+
def ReleaseAllResources(self) -> None: ...
|
115
|
+
# Skipped GetObject due to it being static, abstract and generic.
|
116
|
+
|
117
|
+
GetObject : GetObject_MethodGroup
|
118
|
+
class GetObject_MethodGroup:
|
119
|
+
@typing.overload
|
120
|
+
def __call__(self, name: str) -> typing.Any:...
|
121
|
+
@typing.overload
|
122
|
+
def __call__(self, name: str, culture: CultureInfo) -> typing.Any:...
|
123
|
+
|
124
|
+
# Skipped GetStream due to it being static, abstract and generic.
|
125
|
+
|
126
|
+
GetStream : GetStream_MethodGroup
|
127
|
+
class GetStream_MethodGroup:
|
128
|
+
@typing.overload
|
129
|
+
def __call__(self, name: str) -> UnmanagedMemoryStream:...
|
130
|
+
@typing.overload
|
131
|
+
def __call__(self, name: str, culture: CultureInfo) -> UnmanagedMemoryStream:...
|
132
|
+
|
133
|
+
# Skipped GetString due to it being static, abstract and generic.
|
134
|
+
|
135
|
+
GetString : GetString_MethodGroup
|
136
|
+
class GetString_MethodGroup:
|
137
|
+
@typing.overload
|
138
|
+
def __call__(self, name: str) -> str:...
|
139
|
+
@typing.overload
|
140
|
+
def __call__(self, name: str, culture: CultureInfo) -> str:...
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
class ResourceReader(IResourceReader):
|
145
|
+
@typing.overload
|
146
|
+
def __init__(self, fileName: str) -> None: ...
|
147
|
+
@typing.overload
|
148
|
+
def __init__(self, stream: Stream) -> None: ...
|
149
|
+
def Close(self) -> None: ...
|
150
|
+
def Dispose(self) -> None: ...
|
151
|
+
def GetEnumerator(self) -> IDictionaryEnumerator: ...
|
152
|
+
def GetResourceData(self, resourceName: str, resourceType: clr.Reference[str], resourceData: clr.Reference[Array_1[int]]) -> None: ...
|
153
|
+
|
154
|
+
|
155
|
+
class ResourceSet(IEnumerable, IDisposable):
|
156
|
+
@typing.overload
|
157
|
+
def __init__(self, fileName: str) -> None: ...
|
158
|
+
@typing.overload
|
159
|
+
def __init__(self, reader: IResourceReader) -> None: ...
|
160
|
+
@typing.overload
|
161
|
+
def __init__(self, stream: Stream) -> None: ...
|
162
|
+
def Close(self) -> None: ...
|
163
|
+
def Dispose(self) -> None: ...
|
164
|
+
def GetDefaultReader(self) -> typing.Type[typing.Any]: ...
|
165
|
+
def GetDefaultWriter(self) -> typing.Type[typing.Any]: ...
|
166
|
+
def GetEnumerator(self) -> IDictionaryEnumerator: ...
|
167
|
+
# Skipped GetObject due to it being static, abstract and generic.
|
168
|
+
|
169
|
+
GetObject : GetObject_MethodGroup
|
170
|
+
class GetObject_MethodGroup:
|
171
|
+
@typing.overload
|
172
|
+
def __call__(self, name: str) -> typing.Any:...
|
173
|
+
@typing.overload
|
174
|
+
def __call__(self, name: str, ignoreCase: bool) -> typing.Any:...
|
175
|
+
|
176
|
+
# Skipped GetString due to it being static, abstract and generic.
|
177
|
+
|
178
|
+
GetString : GetString_MethodGroup
|
179
|
+
class GetString_MethodGroup:
|
180
|
+
@typing.overload
|
181
|
+
def __call__(self, name: str) -> str:...
|
182
|
+
@typing.overload
|
183
|
+
def __call__(self, name: str, ignoreCase: bool) -> str:...
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
class SatelliteContractVersionAttribute(Attribute):
|
188
|
+
def __init__(self, version: str) -> None: ...
|
189
|
+
@property
|
190
|
+
def TypeId(self) -> typing.Any: ...
|
191
|
+
@property
|
192
|
+
def Version(self) -> str: ...
|
193
|
+
|
194
|
+
|
195
|
+
class UltimateResourceFallbackLocation(typing.SupportsInt):
|
196
|
+
@typing.overload
|
197
|
+
def __init__(self, value : int) -> None: ...
|
198
|
+
@typing.overload
|
199
|
+
def __init__(self, value : int, force_if_true: bool) -> None: ...
|
200
|
+
def __int__(self) -> int: ...
|
201
|
+
|
202
|
+
# Values:
|
203
|
+
MainAssembly : UltimateResourceFallbackLocation # 0
|
204
|
+
Satellite : UltimateResourceFallbackLocation # 1
|
205
|
+
|