PySimultan 0.1.54__py3-none-any.whl → 0.2.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- PySimultan-0.2.1.dist-info/LICENSE.txt +17 -0
- PySimultan-0.2.1.dist-info/METADATA +36 -0
- PySimultan-0.2.1.dist-info/RECORD +82 -0
- {PySimultan-0.1.54.dist-info → PySimultan-0.2.1.dist-info}/WHEEL +1 -1
- PySimultan-0.2.1.dist-info/top_level.txt +1 -0
- {PySimultan → PySimultan2}/__init__.py +11 -6
- PySimultan2/config.py +52 -0
- PySimultan2/data_model.py +713 -0
- PySimultan2/default_types.py +507 -0
- PySimultan2/files.py +371 -0
- PySimultan2/geometry/__init__.py +4 -0
- PySimultan2/geometry/geometry_base.py +654 -0
- PySimultan2/geometry/utils.py +181 -0
- PySimultan2/multi_values.py +277 -0
- PySimultan2/object_mapper.py +200 -0
- PySimultan2/resources/AssimpNet.dll +0 -0
- PySimultan2/resources/AvalonDock.dll +0 -0
- PySimultan2/resources/BruTile.dll +0 -0
- PySimultan2/resources/ClosedXML.dll +0 -0
- PySimultan2/resources/ComponentBuilder.dll +0 -0
- PySimultan/resources/ComponentBuilder.exe.config → PySimultan2/resources/ComponentBuilder.dll.config +6 -2
- PySimultan2/resources/ComponentBuilder.runtimeconfig.json +18 -0
- {PySimultan → PySimultan2}/resources/ComponentBuilder.xml +11877 -6754
- PySimultan2/resources/ControlzEx.dll +0 -0
- PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
- PySimultan2/resources/DocumentFormat.OpenXml.dll +0 -0
- PySimultan2/resources/ExcelNumberFormat.dll +0 -0
- PySimultan2/resources/Fluent.dll +0 -0
- PySimultan2/resources/GeometryViewer.dll +0 -0
- {PySimultan → PySimultan2}/resources/GeometryViewer.xml +2201 -1155
- 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/MathNet.Numerics.dll +0 -0
- PySimultan2/resources/Microsoft.AspNetCore.Authorization.dll +0 -0
- PySimultan2/resources/Microsoft.AspNetCore.Metadata.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.Options.dll +0 -0
- PySimultan2/resources/Microsoft.Extensions.Primitives.dll +0 -0
- PySimultan2/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
- PySimultan2/resources/Microsoft.WindowsAPICodePack.dll +0 -0
- PySimultan2/resources/Microsoft.Xaml.Behaviors.dll +0 -0
- PySimultan2/resources/Newtonsoft.Json.Bson.dll +0 -0
- PySimultan2/resources/Newtonsoft.Json.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
- PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +15 -0
- PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.Lang.xml +5282 -3252
- PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.Plugins.xml +110 -0
- PySimultan2/resources/SIMULTAN.UI.dll +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.UI.xml +10483 -4937
- PySimultan2/resources/SIMULTAN.dll +0 -0
- PySimultan2/resources/SIMULTAN.xml +34122 -0
- PySimultan2/resources/SharpDX.D3DCompiler.dll +0 -0
- PySimultan2/resources/SharpDX.DXGI.dll +0 -0
- PySimultan2/resources/SharpDX.Direct2D1.dll +0 -0
- PySimultan2/resources/SharpDX.Direct3D11.dll +0 -0
- PySimultan2/resources/SharpDX.Direct3D9.dll +0 -0
- {PySimultan → PySimultan2}/resources/SharpDX.Mathematics.dll +0 -0
- PySimultan2/resources/SharpDX.dll +0 -0
- {PySimultan → PySimultan2}/resources/SitePlanner.dll +0 -0
- {PySimultan → PySimultan2}/resources/SitePlanner.xml +959 -1110
- PySimultan2/resources/Sprache.dll +0 -0
- PySimultan2/resources/System.Data.OleDb.dll +0 -0
- PySimultan2/resources/System.Net.Http.Formatting.dll +0 -0
- PySimultan2/resources/XAMLMarkupExtensions.dll +0 -0
- PySimultan2/resources/assimp.dll +0 -0
- {PySimultan → PySimultan2}/resources/defaultsettings.xml +0 -0
- PySimultan2/simultan_object.py +366 -0
- PySimultan2/taxonomy_maps.py +169 -0
- PySimultan2/utils.py +1383 -0
- PySimultan/config.py +0 -57
- PySimultan/data_model.py +0 -376
- PySimultan/default_types.py +0 -1771
- PySimultan/geo_default_types.py +0 -763
- PySimultan/geometry.py +0 -309
- PySimultan/resources/AssimpNet.dll +0 -0
- PySimultan/resources/AssimpNet.xml +0 -12074
- PySimultan/resources/BruTile.dll +0 -0
- PySimultan/resources/BruTile.xml +0 -1845
- PySimultan/resources/ControlzEx.dll +0 -0
- PySimultan/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
- PySimultan/resources/DXFImportExport.dll +0 -0
- PySimultan/resources/DotSpatial.Projections.xml +0 -5879
- PySimultan/resources/EXCELImportExport.dll +0 -0
- PySimultan/resources/Fluent.dll +0 -0
- PySimultan/resources/Fluent.xml +0 -9103
- PySimultan/resources/GeoJSON.Net.dll +0 -0
- PySimultan/resources/GeometryViewer.Data.dll +0 -0
- PySimultan/resources/GeometryViewer.Data.xml +0 -4443
- PySimultan/resources/GeometryViewer.Shared.dll +0 -0
- PySimultan/resources/GeometryViewer.Shared.xml +0 -588
- PySimultan/resources/GeometryViewer.dll +0 -0
- PySimultan/resources/HelixToolkit.Wpf.SharpDX.dll +0 -0
- PySimultan/resources/HelixToolkit.Wpf.SharpDX.xml +0 -43219
- PySimultan/resources/HelixToolkit.Wpf.dll +0 -0
- PySimultan/resources/HelixToolkit.Wpf.xml +0 -22363
- PySimultan/resources/HelixToolkit.dll +0 -0
- PySimultan/resources/HelixToolkit.xml +0 -144
- PySimultan/resources/ImportLog_SMART_CAMPUS_TU_WIEN_BIBLIOTHEK_20210305_ZONENMODELL_23_11_2021-06_54_54.txt +0 -1
- PySimultan/resources/LibGit2Sharp.dll +0 -0
- PySimultan/resources/LibGit2Sharp.dll.config +0 -4
- PySimultan/resources/LibGit2Sharp.xml +0 -13770
- PySimultan/resources/MathNet.Numerics.dll +0 -0
- PySimultan/resources/MathNet.Numerics.xml +0 -57152
- PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
- PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.xml +0 -25496
- PySimultan/resources/Microsoft.WindowsAPICodePack.dll +0 -0
- PySimultan/resources/Microsoft.WindowsAPICodePack.xml +0 -2934
- PySimultan/resources/Newtonsoft.Json.dll +0 -0
- PySimultan/resources/Newtonsoft.Json.xml +0 -11305
- PySimultan/resources/ParameterStructure.dll +0 -0
- PySimultan/resources/ParameterStructure.xml +0 -10750
- PySimultan/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
- PySimultan/resources/SIMULTAN.DataExchange.dll +0 -0
- PySimultan/resources/SIMULTAN.Lang.dll +0 -0
- PySimultan/resources/SIMULTAN.Legacy.dll +0 -0
- PySimultan/resources/SIMULTAN.Legacy.xml +0 -254
- PySimultan/resources/SIMULTAN.Plugins.dll +0 -0
- PySimultan/resources/SIMULTAN.Project.dll +0 -0
- PySimultan/resources/SIMULTAN.Project.dll.config +0 -11
- PySimultan/resources/SIMULTAN.UI.dll +0 -0
- PySimultan/resources/SIMULTAN.Util.dll +0 -0
- PySimultan/resources/SIMULTAN.Util.xml +0 -3430
- PySimultan/resources/SharpDX.D3DCompiler.dll +0 -0
- PySimultan/resources/SharpDX.D3DCompiler.xml +0 -5897
- PySimultan/resources/SharpDX.DXGI.dll +0 -0
- PySimultan/resources/SharpDX.DXGI.xml +0 -8737
- PySimultan/resources/SharpDX.Direct2D1.dll +0 -0
- PySimultan/resources/SharpDX.Direct2D1.xml +0 -46691
- PySimultan/resources/SharpDX.Direct3D11.dll +0 -0
- PySimultan/resources/SharpDX.Direct3D11.xml +0 -31826
- PySimultan/resources/SharpDX.Direct3D9.dll +0 -0
- PySimultan/resources/SharpDX.Direct3D9.xml +0 -36489
- PySimultan/resources/SharpDX.Mathematics.xml +0 -16449
- PySimultan/resources/SharpDX.dll +0 -0
- PySimultan/resources/Sprache.dll +0 -0
- PySimultan/resources/Sprache.xml +0 -1199
- PySimultan/resources/System.Net.Http.Formatting.dll +0 -0
- PySimultan/resources/System.Net.Http.Formatting.xml +0 -2094
- PySimultan/resources/System.Windows.Interactivity.dll +0 -0
- PySimultan/resources/TalkGit.dll +0 -0
- PySimultan/resources/TalkGit.dll.config +0 -11
- PySimultan/resources/WebServiceConnector.dll +0 -0
- PySimultan/resources/WebServiceConnector.dll.config +0 -11
- PySimultan/resources/XAMLMarkupExtensions.dll +0 -0
- PySimultan/resources/XAMLMarkupExtensions.xml +0 -862
- PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Aero.dll +0 -0
- PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Metro.dll +0 -0
- PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.VS2010.dll +0 -0
- PySimultan/resources/Xceed.Wpf.AvalonDock.dll +0 -0
- PySimultan/resources/Xceed.Wpf.Toolkit.dll +0 -0
- PySimultan/resources/assimp.dll +0 -0
- PySimultan/resources/schema.yaml +0 -13
- PySimultan/resources/simultan_exception_07_10_2021-08_34_24.txt +0 -17
- PySimultan/resources/simultan_exception_07_10_2021-10_13_31.txt +0 -17
- PySimultan/resources/simultan_exception_11_10_2021-19_45_42.txt +0 -17
- PySimultan/resources/simultan_exception_22_11_2021-16_41_52.txt +0 -14
- PySimultan/resources/simultan_exception_22_11_2021-17_37_40.txt +0 -14
- PySimultan/simultan_geometry_utils.py +0 -81
- PySimultan/simultan_utils.py +0 -165
- PySimultan/slots.py +0 -51
- PySimultan/template_tools.py +0 -631
- PySimultan/utils.py +0 -298
- PySimultan-0.1.54.dist-info/LICENSE +0 -674
- PySimultan-0.1.54.dist-info/LICENSE.txt +0 -674
- PySimultan-0.1.54.dist-info/METADATA +0 -690
- PySimultan-0.1.54.dist-info/RECORD +0 -119
- PySimultan-0.1.54.dist-info/entry_points.txt +0 -3
- PySimultan-0.1.54.dist-info/top_level.txt +0 -1
- PySimultan-0.1.54.dist-info/zip-safe +0 -1
- {PySimultan → PySimultan2}/resources/DotSpatial.Projections.dll +0 -0
- {PySimultan → PySimultan2}/resources/GeometryViewer.dll.config +0 -0
- {PySimultan → PySimultan2}/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -0
- {PySimultan → PySimultan2}/resources/SitePlanner.dll.config +0 -0
- {PySimultan → PySimultan2}/resources/Sprache.Calc.dll +0 -0
- {PySimultan → PySimultan2}/resources/__init__.py +0 -0
- {PySimultan → PySimultan2}/resources/setup.bat +0 -0
Binary file
|
@@ -1,144 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<doc>
|
3
|
-
<assembly>
|
4
|
-
<name>HelixToolkit</name>
|
5
|
-
</assembly>
|
6
|
-
<members>
|
7
|
-
<member name="T:HelixToolkit.StringExtensions">
|
8
|
-
<summary>
|
9
|
-
Extension methods for strings.
|
10
|
-
</summary>
|
11
|
-
</member>
|
12
|
-
<member name="F:HelixToolkit.StringExtensions.oneOrMoreWhitespaces">
|
13
|
-
<summary>
|
14
|
-
A regular expression containing "a one or more whitespaces" pattern.
|
15
|
-
</summary>
|
16
|
-
</member>
|
17
|
-
<member name="M:HelixToolkit.StringExtensions.SplitOnWhitespace(System.String)">
|
18
|
-
<summary>
|
19
|
-
Splits the string on whitespace.
|
20
|
-
</summary>
|
21
|
-
<param name="input">The input string.</param>
|
22
|
-
<returns>Array of strings.</returns>
|
23
|
-
</member>
|
24
|
-
<member name="M:HelixToolkit.StringExtensions.EnumerateToString(System.Collections.IEnumerable,System.String,System.String)">
|
25
|
-
<summary>
|
26
|
-
Creates a string from the items in an enumerable.
|
27
|
-
</summary>
|
28
|
-
<param name="items">The items.</param>
|
29
|
-
<param name="prefix">The prefix.</param>
|
30
|
-
<param name="separator">The separator.</param>
|
31
|
-
<returns>
|
32
|
-
A string.
|
33
|
-
</returns>
|
34
|
-
</member>
|
35
|
-
<member name="T:HelixToolkit.Logger.DebugLogger">
|
36
|
-
<summary>
|
37
|
-
|
38
|
-
</summary>
|
39
|
-
<seealso cref="T:HelixToolkit.Logger.ILogger" />
|
40
|
-
</member>
|
41
|
-
<member name="M:HelixToolkit.Logger.DebugLogger.Log``1(HelixToolkit.Logger.LogLevel,``0,System.String,System.String,System.Int32)">
|
42
|
-
<summary>
|
43
|
-
Logs the specified log level.
|
44
|
-
</summary>
|
45
|
-
<typeparam name="MsgType">The type of the sg type.</typeparam>
|
46
|
-
<param name="logLevel">The log level.</param>
|
47
|
-
<param name="msg">The MSG.</param>
|
48
|
-
<param name="caller">The caller.</param>
|
49
|
-
<param name="lineNumber"></param>
|
50
|
-
<param name="className"></param>
|
51
|
-
</member>
|
52
|
-
<member name="T:HelixToolkit.Logger.ILogger">
|
53
|
-
<summary>
|
54
|
-
Provide simple log interface for user to log helix toolkit internal logs.
|
55
|
-
</summary>
|
56
|
-
</member>
|
57
|
-
<member name="M:HelixToolkit.Logger.ILogger.Log``1(HelixToolkit.Logger.LogLevel,``0,System.String,System.String,System.Int32)">
|
58
|
-
<summary>
|
59
|
-
Logs the specified log level.
|
60
|
-
</summary>
|
61
|
-
<typeparam name="MsgType">The type of the sg type.</typeparam>
|
62
|
-
<param name="logLevel">The log level.</param>
|
63
|
-
<param name="msg">The MSG.</param>
|
64
|
-
<param name="className"></param>
|
65
|
-
<param name="methodName">The caller.</param>
|
66
|
-
<param name="lineNumber"></param>
|
67
|
-
</member>
|
68
|
-
<member name="T:HelixToolkit.Logger.LogLevel">
|
69
|
-
<summary>
|
70
|
-
|
71
|
-
</summary>
|
72
|
-
</member>
|
73
|
-
<member name="F:HelixToolkit.Logger.LogLevel.Trace">
|
74
|
-
<summary>
|
75
|
-
The trace
|
76
|
-
</summary>
|
77
|
-
</member>
|
78
|
-
<member name="F:HelixToolkit.Logger.LogLevel.Debug">
|
79
|
-
<summary>
|
80
|
-
The debug
|
81
|
-
</summary>
|
82
|
-
</member>
|
83
|
-
<member name="F:HelixToolkit.Logger.LogLevel.Information">
|
84
|
-
<summary>
|
85
|
-
The information
|
86
|
-
</summary>
|
87
|
-
</member>
|
88
|
-
<member name="F:HelixToolkit.Logger.LogLevel.Warning">
|
89
|
-
<summary>
|
90
|
-
The warning
|
91
|
-
</summary>
|
92
|
-
</member>
|
93
|
-
<member name="F:HelixToolkit.Logger.LogLevel.Error">
|
94
|
-
<summary>
|
95
|
-
The error
|
96
|
-
</summary>
|
97
|
-
</member>
|
98
|
-
<member name="T:HelixToolkit.Logger.LogWrapper">
|
99
|
-
<summary>
|
100
|
-
|
101
|
-
</summary>
|
102
|
-
</member>
|
103
|
-
<member name="M:HelixToolkit.Logger.LogWrapper.#ctor">
|
104
|
-
<summary>
|
105
|
-
Initializes a new instance of the <see cref="T:HelixToolkit.Logger.LogWrapper"/> class.
|
106
|
-
</summary>
|
107
|
-
</member>
|
108
|
-
<member name="M:HelixToolkit.Logger.LogWrapper.#ctor(HelixToolkit.Logger.ILogger)">
|
109
|
-
<summary>
|
110
|
-
Initializes a new instance of the <see cref="T:HelixToolkit.Logger.LogWrapper"/> class.
|
111
|
-
</summary>
|
112
|
-
<param name="logger">The logger.</param>
|
113
|
-
</member>
|
114
|
-
<member name="M:HelixToolkit.Logger.LogWrapper.Log``1(HelixToolkit.Logger.LogLevel,``0,System.String,System.String,System.Int32)">
|
115
|
-
<summary>
|
116
|
-
Logs the specified log level.
|
117
|
-
</summary>
|
118
|
-
<typeparam name="MsgType">The type of the sg type.</typeparam>
|
119
|
-
<param name="logLevel">The log level.</param>
|
120
|
-
<param name="msg">The MSG.</param>
|
121
|
-
<param name="caller">The caller.</param>
|
122
|
-
<param name="className"></param>
|
123
|
-
<param name="sourceLineNumber"></param>
|
124
|
-
</member>
|
125
|
-
<member name="T:HelixToolkit.Logger.NullLogger">
|
126
|
-
<summary>
|
127
|
-
|
128
|
-
</summary>
|
129
|
-
<seealso cref="T:HelixToolkit.Logger.ILogger" />
|
130
|
-
</member>
|
131
|
-
<member name="M:HelixToolkit.Logger.NullLogger.Log``1(HelixToolkit.Logger.LogLevel,``0,System.String,System.String,System.Int32)">
|
132
|
-
<summary>
|
133
|
-
Logs the specified log level.
|
134
|
-
</summary>
|
135
|
-
<typeparam name="MsgType">The type of the sg type.</typeparam>
|
136
|
-
<param name="logLevel">The log level.</param>
|
137
|
-
<param name="msg">The MSG.</param>
|
138
|
-
<param name="className"></param>
|
139
|
-
<param name="methodName">The caller.</param>
|
140
|
-
<param name="lineNumber"></param>
|
141
|
-
<exception cref="T:System.NotImplementedException"></exception>
|
142
|
-
</member>
|
143
|
-
</members>
|
144
|
-
</doc>
|
@@ -1 +0,0 @@
|
|
1
|
-
Multiple Instances with Id 205 found.
|
Binary file
|