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.
Files changed (133) hide show
  1. PySimultan2/CHANGELOG.md +4 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +3 -3
  4. PySimultan2/default_types.py +39 -8
  5. PySimultan2/files.py +1 -1
  6. PySimultan2/object_mapper.py +2 -0
  7. PySimultan2/resources/BruTile.dll +0 -0
  8. PySimultan2/resources/ComponentBuilder.dll +0 -0
  9. PySimultan2/resources/ComponentBuilder.xml +93 -15
  10. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  11. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  12. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  13. PySimultan2/resources/HelixToolkit.dll +0 -0
  14. PySimultan2/resources/Python.Runtime.dll +0 -0
  15. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  16. PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
  17. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  18. PySimultan2/resources/SIMULTAN.UI.xml +57 -0
  19. PySimultan2/resources/SIMULTAN.dll +0 -0
  20. PySimultan2/resources/SIMULTAN.xml +73 -3
  21. PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
  22. PySimultan2/resources/defaultsettings.xml +0 -0
  23. PySimultan2/simultan_object.py +6 -1
  24. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
  25. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
  26. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
  27. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
  28. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
  29. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
  30. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
  31. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
  32. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
  33. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
  34. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
  35. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
  36. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
  37. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
  38. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
  39. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
  40. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
  41. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
  42. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
  43. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
  44. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
  45. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
  46. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
  47. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
  48. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
  49. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
  50. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
  51. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
  52. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
  53. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
  54. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
  55. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
  56. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
  57. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
  58. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
  59. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
  60. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
  61. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
  62. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
  63. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
  64. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
  65. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
  66. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
  67. PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
  68. PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
  69. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
  70. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
  71. PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
  72. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
  73. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
  74. PySimultan2/typings/System/Collections/__init__.pyi +403 -0
  75. PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
  76. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
  77. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
  78. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
  79. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
  80. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
  81. PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
  82. PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
  83. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
  84. PySimultan2/typings/System/IO/__init__.pyi +2747 -0
  85. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
  86. PySimultan2/typings/System/Net/__init__.pyi +81 -0
  87. PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
  88. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
  89. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
  90. PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
  91. PySimultan2/typings/System/Resources/__init__.pyi +205 -0
  92. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
  93. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
  94. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
  95. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
  96. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
  97. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
  98. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
  99. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
  100. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
  101. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
  102. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
  103. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
  104. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
  105. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
  106. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
  107. PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
  108. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
  109. PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
  110. PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
  111. PySimultan2/typings/System/Security/__init__.pyi +347 -0
  112. PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
  113. PySimultan2/typings/System/Text/__init__.pyi +1590 -0
  114. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
  115. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
  116. PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
  117. PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
  118. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
  119. PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
  120. PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
  121. PySimultan2/typings/System/__init__.pyi +17821 -0
  122. PySimultan2/utils.py +9 -4
  123. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
  124. pysimultan-0.6.0.1.dist-info/RECORD +174 -0
  125. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  126. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
  127. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  128. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
  129. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  130. PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
  131. pysimultan-0.5.9.7.dist-info/RECORD +0 -81
  132. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
  133. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,48 @@
1
+ import typing, abc
2
+ from SIMULTAN.Data.Geometry import SimMeshGeometryData
3
+ from System import Exception
4
+ from System.Collections import IDictionary
5
+ from System.Reflection import MethodBase
6
+
7
+ class AssimpGeometryImporter(IGeometryImporter):
8
+ @classmethod
9
+ @property
10
+ def Instance(cls) -> AssimpGeometryImporter: ...
11
+ def Import(self, path: str) -> SimMeshGeometryData: ...
12
+
13
+
14
+ class GeometryImporterException(Exception):
15
+ @typing.overload
16
+ def __init__(self) -> None: ...
17
+ @typing.overload
18
+ def __init__(self, message: str) -> None: ...
19
+ @typing.overload
20
+ def __init__(self, message: str, innerException: Exception) -> None: ...
21
+ @property
22
+ def Data(self) -> IDictionary: ...
23
+ @property
24
+ def HelpLink(self) -> str: ...
25
+ @HelpLink.setter
26
+ def HelpLink(self, value: str) -> str: ...
27
+ @property
28
+ def HResult(self) -> int: ...
29
+ @HResult.setter
30
+ def HResult(self, value: int) -> int: ...
31
+ @property
32
+ def InnerException(self) -> Exception: ...
33
+ @property
34
+ def Message(self) -> str: ...
35
+ @property
36
+ def Source(self) -> str: ...
37
+ @Source.setter
38
+ def Source(self, value: str) -> str: ...
39
+ @property
40
+ def StackTrace(self) -> str: ...
41
+ @property
42
+ def TargetSite(self) -> MethodBase: ...
43
+
44
+
45
+ class IGeometryImporter(typing.Protocol):
46
+ @abc.abstractmethod
47
+ def Import(self, path: str) -> SimMeshGeometryData: ...
48
+
@@ -0,0 +1,562 @@
1
+ import typing, abc
2
+ from SIMULTAN.Projects import ProjectData
3
+ from System.IO import FileInfo
4
+ from System.Collections.Generic import List_1, IEnumerable_1, KeyValuePair_2
5
+ from SIMULTAN.Data.SimNetworks import SimNetwork, BaseSimNetworkElement, SimNetworkBlock, SimNetworkConnector, SimNetworkPort
6
+ from SIMULTAN.Data.Components import SimBaseParameter, SimBoolParameter, SimChildComponentEntry, SimComponent, SimDoubleParameter, SimEnumParameter, SimInstancePlacementGeometry, SimInstancePlacementNetwork, SimInstancePlacementSimNetwork, SimComponentInstance, SimInstanceSize, SimIntegerParameter, SimSlot, SimStringParameter
7
+ from SIMULTAN.Data.SimMath import SimPoint, SimQuaternion, SimVector3D
8
+ from SIMULTAN.Data.Taxonomy import SimTaxonomyEntryOrString, SimTaxonomyEntryReference
9
+
10
+ class JSONExporter(abc.ABC):
11
+ @staticmethod
12
+ def Export(projectData: ProjectData, fileToSave: FileInfo) -> None: ...
13
+ @staticmethod
14
+ def ExportNetworks(projectData: ProjectData, networks: List_1[SimNetwork], fileToSave: FileInfo) -> None: ...
15
+
16
+
17
+ class JSONExportHelpers(abc.ABC):
18
+ @staticmethod
19
+ def GetRootNetwork(element: BaseSimNetworkElement) -> SimNetwork: ...
20
+
21
+
22
+ class ProjectSerializable:
23
+ @typing.overload
24
+ def __init__(self, projectData: ProjectData) -> None: ...
25
+ @typing.overload
26
+ def __init__(self, projectData: ProjectData, components: List_1[SimComponentSerializable], networks: List_1[SimNetworkSerializable]) -> None: ...
27
+ @property
28
+ def Components(self) -> List_1[SimComponentSerializable]: ...
29
+ @Components.setter
30
+ def Components(self, value: List_1[SimComponentSerializable]) -> List_1[SimComponentSerializable]: ...
31
+ @property
32
+ def FileVersion(self) -> int: ...
33
+ @property
34
+ def GlobalId(self) -> str: ...
35
+ @GlobalId.setter
36
+ def GlobalId(self, value: str) -> str: ...
37
+ @property
38
+ def SimNetworks(self) -> List_1[SimNetworkSerializable]: ...
39
+ @SimNetworks.setter
40
+ def SimNetworks(self, value: List_1[SimNetworkSerializable]) -> List_1[SimNetworkSerializable]: ...
41
+
42
+
43
+ class SimBaseParameterSerializable(abc.ABC):
44
+ def __init__(self, param: SimBaseParameter) -> None: ...
45
+ @property
46
+ def Category(self) -> str: ...
47
+ @Category.setter
48
+ def Category(self, value: str) -> str: ...
49
+ @property
50
+ def Description(self) -> str: ...
51
+ @Description.setter
52
+ def Description(self, value: str) -> str: ...
53
+ @property
54
+ def Id(self) -> int: ...
55
+ @Id.setter
56
+ def Id(self, value: int) -> int: ...
57
+ @property
58
+ def IsAutomaticallyGenerated(self) -> bool: ...
59
+ @IsAutomaticallyGenerated.setter
60
+ def IsAutomaticallyGenerated(self, value: bool) -> bool: ...
61
+ @property
62
+ def Name(self) -> SimTaxonomyEntryOrStringSerializable: ...
63
+ @Name.setter
64
+ def Name(self, value: SimTaxonomyEntryOrStringSerializable) -> SimTaxonomyEntryOrStringSerializable: ...
65
+ @property
66
+ def Value(self) -> str: ...
67
+ @Value.setter
68
+ def Value(self, value: str) -> str: ...
69
+
70
+
71
+ class SimBoolParameterSerializable(SimBaseParameterSerializable):
72
+ def __init__(self, param: SimBoolParameter) -> None: ...
73
+ @property
74
+ def Category(self) -> str: ...
75
+ @Category.setter
76
+ def Category(self, value: str) -> str: ...
77
+ @property
78
+ def Description(self) -> str: ...
79
+ @Description.setter
80
+ def Description(self, value: str) -> str: ...
81
+ @property
82
+ def Id(self) -> int: ...
83
+ @Id.setter
84
+ def Id(self, value: int) -> int: ...
85
+ @property
86
+ def IsAutomaticallyGenerated(self) -> bool: ...
87
+ @IsAutomaticallyGenerated.setter
88
+ def IsAutomaticallyGenerated(self, value: bool) -> bool: ...
89
+ @property
90
+ def Name(self) -> SimTaxonomyEntryOrStringSerializable: ...
91
+ @Name.setter
92
+ def Name(self, value: SimTaxonomyEntryOrStringSerializable) -> SimTaxonomyEntryOrStringSerializable: ...
93
+ @property
94
+ def Value(self) -> str: ...
95
+ @Value.setter
96
+ def Value(self, value: str) -> str: ...
97
+
98
+
99
+ class SimChildComponentSerializable:
100
+ def __init__(self, childComp: SimChildComponentEntry) -> None: ...
101
+ @property
102
+ def Component(self) -> SimComponentSerializable: ...
103
+ @Component.setter
104
+ def Component(self, value: SimComponentSerializable) -> SimComponentSerializable: ...
105
+ @property
106
+ def Slot(self) -> SimSlotSerializable: ...
107
+ @Slot.setter
108
+ def Slot(self, value: SimSlotSerializable) -> SimSlotSerializable: ...
109
+
110
+
111
+ class SimComponentSerializable:
112
+ def __init__(self, component: SimComponent) -> None: ...
113
+ @property
114
+ def Components(self) -> List_1[SimChildComponentSerializable]: ...
115
+ @Components.setter
116
+ def Components(self, value: List_1[SimChildComponentSerializable]) -> List_1[SimChildComponentSerializable]: ...
117
+ @property
118
+ def Description(self) -> str: ...
119
+ @Description.setter
120
+ def Description(self, value: str) -> str: ...
121
+ @property
122
+ def Id(self) -> int: ...
123
+ @Id.setter
124
+ def Id(self, value: int) -> int: ...
125
+ @property
126
+ def Instances(self) -> List_1[SimInstanceSerializable]: ...
127
+ @Instances.setter
128
+ def Instances(self, value: List_1[SimInstanceSerializable]) -> List_1[SimInstanceSerializable]: ...
129
+ @property
130
+ def InstanceType(self) -> str: ...
131
+ @InstanceType.setter
132
+ def InstanceType(self, value: str) -> str: ...
133
+ @property
134
+ def Name(self) -> str: ...
135
+ @Name.setter
136
+ def Name(self, value: str) -> str: ...
137
+ @property
138
+ def Parameters(self) -> List_1[SimBaseParameterSerializable]: ...
139
+ @Parameters.setter
140
+ def Parameters(self, value: List_1[SimBaseParameterSerializable]) -> List_1[SimBaseParameterSerializable]: ...
141
+ @property
142
+ def Slots(self) -> IEnumerable_1[SimTaxonomyEntryReferenceSerializable]: ...
143
+ @Slots.setter
144
+ def Slots(self, value: IEnumerable_1[SimTaxonomyEntryReferenceSerializable]) -> IEnumerable_1[SimTaxonomyEntryReferenceSerializable]: ...
145
+
146
+
147
+ class SimDoubleParameterSerializable(SimBaseParameterSerializable):
148
+ def __init__(self, param: SimDoubleParameter) -> None: ...
149
+ @property
150
+ def Category(self) -> str: ...
151
+ @Category.setter
152
+ def Category(self, value: str) -> str: ...
153
+ @property
154
+ def Description(self) -> str: ...
155
+ @Description.setter
156
+ def Description(self, value: str) -> str: ...
157
+ @property
158
+ def Id(self) -> int: ...
159
+ @Id.setter
160
+ def Id(self, value: int) -> int: ...
161
+ @property
162
+ def IsAutomaticallyGenerated(self) -> bool: ...
163
+ @IsAutomaticallyGenerated.setter
164
+ def IsAutomaticallyGenerated(self, value: bool) -> bool: ...
165
+ @property
166
+ def Name(self) -> SimTaxonomyEntryOrStringSerializable: ...
167
+ @Name.setter
168
+ def Name(self, value: SimTaxonomyEntryOrStringSerializable) -> SimTaxonomyEntryOrStringSerializable: ...
169
+ @property
170
+ def Unit(self) -> str: ...
171
+ @Unit.setter
172
+ def Unit(self, value: str) -> str: ...
173
+ @property
174
+ def Value(self) -> str: ...
175
+ @Value.setter
176
+ def Value(self, value: str) -> str: ...
177
+ @property
178
+ def ValueMax(self) -> str: ...
179
+ @ValueMax.setter
180
+ def ValueMax(self, value: str) -> str: ...
181
+ @property
182
+ def ValueMin(self) -> str: ...
183
+ @ValueMin.setter
184
+ def ValueMin(self, value: str) -> str: ...
185
+
186
+
187
+ class SimEnumParameterSerializable(SimBaseParameterSerializable):
188
+ def __init__(self, param: SimEnumParameter) -> None: ...
189
+ @property
190
+ def Category(self) -> str: ...
191
+ @Category.setter
192
+ def Category(self, value: str) -> str: ...
193
+ @property
194
+ def Description(self) -> str: ...
195
+ @Description.setter
196
+ def Description(self, value: str) -> str: ...
197
+ @property
198
+ def Id(self) -> int: ...
199
+ @Id.setter
200
+ def Id(self, value: int) -> int: ...
201
+ @property
202
+ def IsAutomaticallyGenerated(self) -> bool: ...
203
+ @IsAutomaticallyGenerated.setter
204
+ def IsAutomaticallyGenerated(self, value: bool) -> bool: ...
205
+ @property
206
+ def Items(self) -> List_1[str]: ...
207
+ @Items.setter
208
+ def Items(self, value: List_1[str]) -> List_1[str]: ...
209
+ @property
210
+ def Name(self) -> SimTaxonomyEntryOrStringSerializable: ...
211
+ @Name.setter
212
+ def Name(self, value: SimTaxonomyEntryOrStringSerializable) -> SimTaxonomyEntryOrStringSerializable: ...
213
+ @property
214
+ def Value(self) -> str: ...
215
+ @Value.setter
216
+ def Value(self, value: str) -> str: ...
217
+
218
+
219
+ class SimInstancePlacementGeometrySerializable(SimInstancePlacementSerializable):
220
+ def __init__(self, placement: SimInstancePlacementGeometry) -> None: ...
221
+ @property
222
+ def FileId(self) -> int: ...
223
+ @FileId.setter
224
+ def FileId(self, value: int) -> int: ...
225
+ @property
226
+ def GeometryId(self) -> int: ...
227
+ @GeometryId.setter
228
+ def GeometryId(self, value: int) -> int: ...
229
+ @property
230
+ def InstanceType(self) -> str: ...
231
+ @InstanceType.setter
232
+ def InstanceType(self, value: str) -> str: ...
233
+
234
+
235
+ class SimInstancePlacementNetworkSerializable(SimInstancePlacementSerializable):
236
+ def __init__(self, placement: SimInstancePlacementNetwork) -> None: ...
237
+ @property
238
+ def InstanceType(self) -> str: ...
239
+ @InstanceType.setter
240
+ def InstanceType(self, value: str) -> str: ...
241
+ @property
242
+ def NetworkElementId(self) -> int: ...
243
+ @NetworkElementId.setter
244
+ def NetworkElementId(self, value: int) -> int: ...
245
+ @property
246
+ def NetworkId(self) -> int: ...
247
+ @NetworkId.setter
248
+ def NetworkId(self, value: int) -> int: ...
249
+
250
+
251
+ class SimInstancePlacementSerializable(abc.ABC):
252
+ @property
253
+ def InstanceType(self) -> str: ...
254
+ @InstanceType.setter
255
+ def InstanceType(self, value: str) -> str: ...
256
+
257
+
258
+ class SimInstancePlacementSimNetworkSerializable(SimInstancePlacementSerializable):
259
+ def __init__(self, placement: SimInstancePlacementSimNetwork) -> None: ...
260
+ @property
261
+ def InstanceType(self) -> str: ...
262
+ @InstanceType.setter
263
+ def InstanceType(self, value: str) -> str: ...
264
+ @property
265
+ def NetworkElementId(self) -> int: ...
266
+ @NetworkElementId.setter
267
+ def NetworkElementId(self, value: int) -> int: ...
268
+ @property
269
+ def NetworkId(self) -> int: ...
270
+ @NetworkId.setter
271
+ def NetworkId(self, value: int) -> int: ...
272
+
273
+
274
+ class SimInstanceSerializable:
275
+ def __init__(self, instance: SimComponentInstance) -> None: ...
276
+ @property
277
+ def Id(self) -> int: ...
278
+ @Id.setter
279
+ def Id(self, value: int) -> int: ...
280
+ @property
281
+ def InstanceParameters(self) -> List_1[KeyValuePair_2[int, str]]: ...
282
+ @InstanceParameters.setter
283
+ def InstanceParameters(self, value: List_1[KeyValuePair_2[int, str]]) -> List_1[KeyValuePair_2[int, str]]: ...
284
+ @property
285
+ def InstanceRotation(self) -> SimQuaternionSerializable: ...
286
+ @InstanceRotation.setter
287
+ def InstanceRotation(self, value: SimQuaternionSerializable) -> SimQuaternionSerializable: ...
288
+ @property
289
+ def InstanceSize(self) -> SimInstanceSizeSerializable: ...
290
+ @InstanceSize.setter
291
+ def InstanceSize(self, value: SimInstanceSizeSerializable) -> SimInstanceSizeSerializable: ...
292
+ @property
293
+ def Name(self) -> str: ...
294
+ @Name.setter
295
+ def Name(self, value: str) -> str: ...
296
+ @property
297
+ def Placements(self) -> List_1[SimInstancePlacementSerializable]: ...
298
+ @Placements.setter
299
+ def Placements(self, value: List_1[SimInstancePlacementSerializable]) -> List_1[SimInstancePlacementSerializable]: ...
300
+
301
+
302
+ class SimInstanceSizeSerializable:
303
+ def __init__(self, instanceSize: SimInstanceSize) -> None: ...
304
+ @property
305
+ def Max(self) -> SimVector3DSerializable: ...
306
+ @Max.setter
307
+ def Max(self, value: SimVector3DSerializable) -> SimVector3DSerializable: ...
308
+ @property
309
+ def Min(self) -> SimVector3DSerializable: ...
310
+ @Min.setter
311
+ def Min(self, value: SimVector3DSerializable) -> SimVector3DSerializable: ...
312
+
313
+
314
+ class SimIntegerParameterSerializable(SimBaseParameterSerializable):
315
+ def __init__(self, param: SimIntegerParameter) -> None: ...
316
+ @property
317
+ def Category(self) -> str: ...
318
+ @Category.setter
319
+ def Category(self, value: str) -> str: ...
320
+ @property
321
+ def Description(self) -> str: ...
322
+ @Description.setter
323
+ def Description(self, value: str) -> str: ...
324
+ @property
325
+ def Id(self) -> int: ...
326
+ @Id.setter
327
+ def Id(self, value: int) -> int: ...
328
+ @property
329
+ def IsAutomaticallyGenerated(self) -> bool: ...
330
+ @IsAutomaticallyGenerated.setter
331
+ def IsAutomaticallyGenerated(self, value: bool) -> bool: ...
332
+ @property
333
+ def Name(self) -> SimTaxonomyEntryOrStringSerializable: ...
334
+ @Name.setter
335
+ def Name(self, value: SimTaxonomyEntryOrStringSerializable) -> SimTaxonomyEntryOrStringSerializable: ...
336
+ @property
337
+ def Unit(self) -> str: ...
338
+ @Unit.setter
339
+ def Unit(self, value: str) -> str: ...
340
+ @property
341
+ def Value(self) -> str: ...
342
+ @Value.setter
343
+ def Value(self, value: str) -> str: ...
344
+ @property
345
+ def ValueMax(self) -> str: ...
346
+ @ValueMax.setter
347
+ def ValueMax(self, value: str) -> str: ...
348
+ @property
349
+ def ValueMin(self) -> str: ...
350
+ @ValueMin.setter
351
+ def ValueMin(self, value: str) -> str: ...
352
+
353
+
354
+ class SimNetworkBlockSerializable:
355
+ def __init__(self, block: SimNetworkBlock) -> None: ...
356
+ @property
357
+ def Color(self) -> str: ...
358
+ @Color.setter
359
+ def Color(self, value: str) -> str: ...
360
+ @property
361
+ def Id(self) -> int: ...
362
+ @Id.setter
363
+ def Id(self, value: int) -> int: ...
364
+ @property
365
+ def Name(self) -> str: ...
366
+ @Name.setter
367
+ def Name(self, value: str) -> str: ...
368
+ @property
369
+ def Ports(self) -> List_1[SimNetworkPortSerializable]: ...
370
+ @Ports.setter
371
+ def Ports(self, value: List_1[SimNetworkPortSerializable]) -> List_1[SimNetworkPortSerializable]: ...
372
+ @property
373
+ def Position(self) -> SimPointSerializable: ...
374
+ @Position.setter
375
+ def Position(self, value: SimPointSerializable) -> SimPointSerializable: ...
376
+
377
+
378
+ class SimNetworkConnectorSerializable:
379
+ def __init__(self, connector: SimNetworkConnector) -> None: ...
380
+ @property
381
+ def Color(self) -> str: ...
382
+ @Color.setter
383
+ def Color(self, value: str) -> str: ...
384
+ @property
385
+ def Source(self) -> int: ...
386
+ @Source.setter
387
+ def Source(self, value: int) -> int: ...
388
+ @property
389
+ def Target(self) -> int: ...
390
+ @Target.setter
391
+ def Target(self, value: int) -> int: ...
392
+
393
+
394
+ class SimNetworkPortSerializable:
395
+ def __init__(self, port: SimNetworkPort) -> None: ...
396
+ @property
397
+ def Color(self) -> str: ...
398
+ @Color.setter
399
+ def Color(self, value: str) -> str: ...
400
+ @property
401
+ def Id(self) -> int: ...
402
+ @Id.setter
403
+ def Id(self, value: int) -> int: ...
404
+ @property
405
+ def Name(self) -> str: ...
406
+ @Name.setter
407
+ def Name(self, value: str) -> str: ...
408
+ @property
409
+ def PortType(self) -> str: ...
410
+ @PortType.setter
411
+ def PortType(self, value: str) -> str: ...
412
+
413
+
414
+ class SimNetworkSerializable:
415
+ def __init__(self, network: SimNetwork) -> None: ...
416
+ @property
417
+ def Blocks(self) -> List_1[SimNetworkBlockSerializable]: ...
418
+ @Blocks.setter
419
+ def Blocks(self, value: List_1[SimNetworkBlockSerializable]) -> List_1[SimNetworkBlockSerializable]: ...
420
+ @property
421
+ def Color(self) -> str: ...
422
+ @Color.setter
423
+ def Color(self, value: str) -> str: ...
424
+ @property
425
+ def Connectors(self) -> List_1[SimNetworkConnectorSerializable]: ...
426
+ @Connectors.setter
427
+ def Connectors(self, value: List_1[SimNetworkConnectorSerializable]) -> List_1[SimNetworkConnectorSerializable]: ...
428
+ @property
429
+ def Id(self) -> int: ...
430
+ @Id.setter
431
+ def Id(self, value: int) -> int: ...
432
+ @property
433
+ def Name(self) -> str: ...
434
+ @Name.setter
435
+ def Name(self, value: str) -> str: ...
436
+ @property
437
+ def Ports(self) -> List_1[SimNetworkPortSerializable]: ...
438
+ @Ports.setter
439
+ def Ports(self, value: List_1[SimNetworkPortSerializable]) -> List_1[SimNetworkPortSerializable]: ...
440
+ @property
441
+ def Position(self) -> SimPointSerializable: ...
442
+ @Position.setter
443
+ def Position(self, value: SimPointSerializable) -> SimPointSerializable: ...
444
+ @property
445
+ def Subnetworks(self) -> List_1[SimNetworkSerializable]: ...
446
+ @Subnetworks.setter
447
+ def Subnetworks(self, value: List_1[SimNetworkSerializable]) -> List_1[SimNetworkSerializable]: ...
448
+ @staticmethod
449
+ def GetComponentInstances(network: SimNetwork) -> List_1[SimComponent]: ...
450
+
451
+
452
+ class SimPointSerializable:
453
+ def __init__(self, point: SimPoint) -> None: ...
454
+ @property
455
+ def X(self) -> float: ...
456
+ @X.setter
457
+ def X(self, value: float) -> float: ...
458
+ @property
459
+ def Y(self) -> float: ...
460
+ @Y.setter
461
+ def Y(self, value: float) -> float: ...
462
+
463
+
464
+ class SimQuaternionSerializable:
465
+ def __init__(self, vector: SimQuaternion) -> None: ...
466
+ @property
467
+ def W(self) -> float: ...
468
+ @W.setter
469
+ def W(self, value: float) -> float: ...
470
+ @property
471
+ def X(self) -> float: ...
472
+ @X.setter
473
+ def X(self, value: float) -> float: ...
474
+ @property
475
+ def Y(self) -> float: ...
476
+ @Y.setter
477
+ def Y(self, value: float) -> float: ...
478
+ @property
479
+ def Z(self) -> float: ...
480
+ @Z.setter
481
+ def Z(self, value: float) -> float: ...
482
+
483
+
484
+ class SimSlotSerializable:
485
+ def __init__(self, slot: SimSlot) -> None: ...
486
+ @property
487
+ def Slot(self) -> SimTaxonomyEntryReferenceSerializable: ...
488
+ @Slot.setter
489
+ def Slot(self, value: SimTaxonomyEntryReferenceSerializable) -> SimTaxonomyEntryReferenceSerializable: ...
490
+ @property
491
+ def SlotExtension(self) -> str: ...
492
+ @SlotExtension.setter
493
+ def SlotExtension(self, value: str) -> str: ...
494
+
495
+
496
+ class SimStringParameterSerializable(SimBaseParameterSerializable):
497
+ def __init__(self, param: SimStringParameter) -> None: ...
498
+ @property
499
+ def Category(self) -> str: ...
500
+ @Category.setter
501
+ def Category(self, value: str) -> str: ...
502
+ @property
503
+ def Description(self) -> str: ...
504
+ @Description.setter
505
+ def Description(self, value: str) -> str: ...
506
+ @property
507
+ def Id(self) -> int: ...
508
+ @Id.setter
509
+ def Id(self, value: int) -> int: ...
510
+ @property
511
+ def IsAutomaticallyGenerated(self) -> bool: ...
512
+ @IsAutomaticallyGenerated.setter
513
+ def IsAutomaticallyGenerated(self, value: bool) -> bool: ...
514
+ @property
515
+ def Name(self) -> SimTaxonomyEntryOrStringSerializable: ...
516
+ @Name.setter
517
+ def Name(self, value: SimTaxonomyEntryOrStringSerializable) -> SimTaxonomyEntryOrStringSerializable: ...
518
+ @property
519
+ def Value(self) -> str: ...
520
+ @Value.setter
521
+ def Value(self, value: str) -> str: ...
522
+
523
+
524
+ class SimTaxonomyEntryOrStringSerializable:
525
+ def __init__(self, entry: SimTaxonomyEntryOrString) -> None: ...
526
+ @property
527
+ def TaxonomyEntry(self) -> SimTaxonomyEntryReferenceSerializable: ...
528
+ @TaxonomyEntry.setter
529
+ def TaxonomyEntry(self, value: SimTaxonomyEntryReferenceSerializable) -> SimTaxonomyEntryReferenceSerializable: ...
530
+ @property
531
+ def Text(self) -> str: ...
532
+ @Text.setter
533
+ def Text(self, value: str) -> str: ...
534
+
535
+
536
+ class SimTaxonomyEntryReferenceSerializable:
537
+ def __init__(self, reference: SimTaxonomyEntryReference) -> None: ...
538
+ @property
539
+ def TaxonomyEntryKey(self) -> str: ...
540
+ @TaxonomyEntryKey.setter
541
+ def TaxonomyEntryKey(self, value: str) -> str: ...
542
+ @property
543
+ def TaxonomyKey(self) -> str: ...
544
+ @TaxonomyKey.setter
545
+ def TaxonomyKey(self, value: str) -> str: ...
546
+
547
+
548
+ class SimVector3DSerializable:
549
+ def __init__(self, vector: SimVector3D) -> None: ...
550
+ @property
551
+ def X(self) -> float: ...
552
+ @X.setter
553
+ def X(self, value: float) -> float: ...
554
+ @property
555
+ def Y(self) -> float: ...
556
+ @Y.setter
557
+ def Y(self, value: float) -> float: ...
558
+ @property
559
+ def Z(self) -> float: ...
560
+ @Z.setter
561
+ def Z(self, value: float) -> float: ...
562
+
@@ -0,0 +1,11 @@
1
+ import abc
2
+ from SIMULTAN.Projects import HierarchicProjectMetaData
3
+ from System.IO import FileInfo
4
+ from SIMULTAN.Serializer.DXF import DXFParserInfo
5
+
6
+ class MetaDxfIO(abc.ABC):
7
+ @staticmethod
8
+ def Read(file: FileInfo, parserInfo: DXFParserInfo) -> HierarchicProjectMetaData: ...
9
+ @staticmethod
10
+ def Write(file: FileInfo, metaData: HierarchicProjectMetaData) -> None: ...
11
+
@@ -0,0 +1,21 @@
1
+ import typing
2
+ from System.IO import FileInfo
3
+ from SIMULTAN.Serializer.DXF import DXFParserInfo
4
+ from SIMULTAN.Projects import ProjectData
5
+ from System.Collections.Generic import IEnumerable_1
6
+ from SIMULTAN.Data.Components import SimBaseParameter
7
+
8
+ class ParameterDxfIO:
9
+ def __init__(self) -> None: ...
10
+ @staticmethod
11
+ def Read(file: FileInfo, parserInfo: DXFParserInfo) -> None: ...
12
+ # Skipped Write due to it being static, abstract and generic.
13
+
14
+ Write : Write_MethodGroup
15
+ class Write_MethodGroup:
16
+ @typing.overload
17
+ def __call__(self, file: FileInfo, projectData: ProjectData) -> None:...
18
+ @typing.overload
19
+ def __call__(self, file: FileInfo, projectData: ProjectData, parameters: IEnumerable_1[SimBaseParameter]) -> None:...
20
+
21
+
@@ -0,0 +1,11 @@
1
+ import abc
2
+ from System.Collections.Generic import List_1
3
+ from System.IO import FileInfo
4
+ from SIMULTAN.Projects import ProjectData
5
+
6
+ class PPathIO(abc.ABC):
7
+ @staticmethod
8
+ def Read(file: FileInfo) -> List_1[str]: ...
9
+ @staticmethod
10
+ def Write(file: FileInfo, projectData: ProjectData) -> None: ...
11
+