qtmodel 0.6.13__tar.gz → 0.6.15__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.
Potentially problematic release.
This version of qtmodel might be problematic. Click here for more details.
- {qtmodel-0.6.13 → qtmodel-0.6.15}/PKG-INFO +4 -4
- {qtmodel-0.6.13 → qtmodel-0.6.15}/README.md +2 -2
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel/qt_mdb.py +2 -2
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel.egg-info/PKG-INFO +4 -4
- {qtmodel-0.6.13 → qtmodel-0.6.15}/setup.py +1 -1
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel/__init__.py +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.15}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.6.13 → qtmodel-0.6.15}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: python modeling for qt 2025-04-
|
|
3
|
+
Version: 0.6.15
|
|
4
|
+
Summary: python modeling for qt 2025-04-28
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
7
7
|
Author-email: 1105417715@qq.com
|
|
@@ -12,9 +12,9 @@ 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.15 - 2025-04-28
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
|
-
-
|
|
17
|
+
- 修复添加钢箱梁
|
|
18
18
|
# 建模操作
|
|
19
19
|
## 建模助手
|
|
20
20
|
### create_cantilever_bridge
|
|
@@ -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
|
|
|
@@ -1458,7 +1458,7 @@ class Mdb:
|
|
|
1458
1458
|
biasX=bias_x, biasY=bias_y, secProperty=sec_property)
|
|
1459
1459
|
elif sec_type == "工字钢梁" or sec_type == "箱型钢梁":
|
|
1460
1460
|
qt_model.AddSection(id=index, name=name, secType=sec_type, secInfo=sec_info,
|
|
1461
|
-
ribInfo=rib_info,
|
|
1461
|
+
ribInfo=rib_info, ribPlace=rib_place, biasType=bias_type, centerType=center_type,
|
|
1462
1462
|
shearConsider=shear_consider, biasX=bias_x, biasY=bias_y, secProperty=sec_property)
|
|
1463
1463
|
elif sec_type == "特性截面" or sec_type.startswith("自定义"):
|
|
1464
1464
|
qt_model.AddSection(id=index, name=name, secType=sec_type, secInfo=sec_info, biasType=bias_type,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: python modeling for qt 2025-04-
|
|
3
|
+
Version: 0.6.15
|
|
4
|
+
Summary: python modeling for qt 2025-04-28
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
7
7
|
Author-email: 1105417715@qq.com
|
|
@@ -12,9 +12,9 @@ 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.15 - 2025-04-28
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
|
-
-
|
|
17
|
+
- 修复添加钢箱梁
|
|
18
18
|
# 建模操作
|
|
19
19
|
## 建模助手
|
|
20
20
|
### create_cantilever_bridge
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|