qtmodel 0.6.13__tar.gz → 0.6.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {qtmodel-0.6.13 → qtmodel-0.6.14}/PKG-INFO +2 -2
- {qtmodel-0.6.13 → qtmodel-0.6.14}/README.md +1 -1
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel/qt_mdb.py +1 -1
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel.egg-info/PKG-INFO +2 -2
- {qtmodel-0.6.13 → qtmodel-0.6.14}/setup.py +1 -1
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel/__init__.py +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.14}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.14}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.14
|
|
4
4
|
Summary: python modeling for qt 2025-04-27
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
|
-
> 最新版本 V0.6.
|
|
15
|
+
> 最新版本 V0.6.14 - 2025-04-27
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
17
|
- 新增部分接口
|
|
18
18
|
# 建模操作
|
|
@@ -1352,7 +1352,7 @@ class Mdb:
|
|
|
1352
1352
|
qt_model.AddThickness(id=index, name=name, t=t, thickType=thick_type, isBiased=False, ribPos=rib_pos,
|
|
1353
1353
|
verticalDis=dist_v, lateralDis=dist_l, verticalRib=rib_v, lateralRib=rib_l)
|
|
1354
1354
|
else:
|
|
1355
|
-
qt_model.AddThickness(id=index, name=name, t=t, thickType=thick_type, isBiased=
|
|
1355
|
+
qt_model.AddThickness(id=index, name=name, t=t, thickType=thick_type, isBiased=True, ribPos=rib_pos,
|
|
1356
1356
|
offsetType=bias_info[0], offsetValue=bias_info[1],
|
|
1357
1357
|
verticalDis=dist_v, lateralDis=dist_l, verticalRib=rib_v, lateralRib=rib_l)
|
|
1358
1358
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.14
|
|
4
4
|
Summary: python modeling for qt 2025-04-27
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
|
-
> 最新版本 V0.6.
|
|
15
|
+
> 最新版本 V0.6.14 - 2025-04-27
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
17
|
- 新增部分接口
|
|
18
18
|
# 建模操作
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|