qtmodel 0.7.2__tar.gz → 0.7.3__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.7.2 → qtmodel-0.7.3}/PKG-INFO +2 -2
- {qtmodel-0.7.2 → qtmodel-0.7.3}/README.md +1 -1
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel/qt_mdb.py +2 -1
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel.egg-info/PKG-INFO +2 -2
- {qtmodel-0.7.2 → qtmodel-0.7.3}/setup.py +1 -1
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel/__init__.py +0 -0
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel/qt_db.py +0 -0
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel/qt_odb.py +0 -0
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-0.7.2 → qtmodel-0.7.3}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-0.7.2 → qtmodel-0.7.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.3
|
|
4
4
|
Summary: python modeling for qt 2025-06-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.7.
|
|
15
|
+
> 最新版本 V0.7.3 - 2025-06-27
|
|
16
16
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
17
17
|
- 新增更新结构组接口
|
|
18
18
|
# 建模操作
|
|
@@ -1547,7 +1547,8 @@ class Mdb:
|
|
|
1547
1547
|
qt_model.AddSection(id=index, name=name, secType=sec_type, secInfo=sec_info, charmInfo=charm_info,
|
|
1548
1548
|
symmetry=symmetry, boxNum=box_num, boxHeight=box_height, charmRight=charm_right, secRight=sec_right,
|
|
1549
1549
|
biasType=bias_type, centerType=center_type, shearConsider=shear_consider,
|
|
1550
|
-
biasX=bias_x, biasY=bias_y, secProperty=sec_property
|
|
1550
|
+
biasX=bias_x, biasY=bias_y, secProperty=sec_property,
|
|
1551
|
+
boxOtherInfo=box_other_info,boxOtherRight=box_other_right)
|
|
1551
1552
|
elif sec_type == "工字钢梁" or sec_type == "箱型钢梁":
|
|
1552
1553
|
qt_model.AddSection(id=index, name=name, secType=sec_type, secInfo=sec_info,
|
|
1553
1554
|
ribInfo=rib_info, ribPlace=rib_place, biasType=bias_type, centerType=center_type,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.3
|
|
4
4
|
Summary: python modeling for qt 2025-06-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.7.
|
|
15
|
+
> 最新版本 V0.7.3 - 2025-06-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
|