qtmodel 1.1.7__tar.gz → 1.1.9__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-1.1.7 → qtmodel-1.1.9}/PKG-INFO +10 -10
- {qtmodel-1.1.7 → qtmodel-1.1.9}/README.md +9 -9
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_section.py +43 -49
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel.egg-info/PKG-INFO +10 -10
- {qtmodel-1.1.7 → qtmodel-1.1.9}/setup.py +1 -1
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/__init__.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/core/__init__.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/core/data_helper.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/core/model_db.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/core/qt_server.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/core/result_db.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/__init__.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_analysis_setting.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_assistant.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_boundary.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_construction_stage.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_dynamic_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_live_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_project.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_property.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_sink_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_static_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_structure.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_temperature_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/mdb/mdb_tendon.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/__init__.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_model_boundary.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_model_load.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_model_material.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_model_section.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_model_stage.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_model_structure.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_result_data.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_result_plot.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel/odb/odb_view.py +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel.egg-info/SOURCES.txt +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel.egg-info/dependency_links.txt +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/qtmodel.egg-info/top_level.txt +0 -0
- {qtmodel-1.1.7 → qtmodel-1.1.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.9
|
|
4
4
|
Summary: python modeling for qt 2025-09-30
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
@@ -17,7 +17,7 @@ Dynamic: description-content-type
|
|
|
17
17
|
Dynamic: home-page
|
|
18
18
|
Dynamic: summary
|
|
19
19
|
|
|
20
|
-
> 最新版本 V1.1.
|
|
20
|
+
> 最新版本 V1.1.9 - 2025-09-30
|
|
21
21
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
22
22
|
- 新增更新结构组接口
|
|
23
23
|
# 建模操作
|
|
@@ -2652,7 +2652,7 @@ active_boundaries=[("默认边界组",1)],active_loads=[("默认荷载组1",0)])
|
|
|
2652
2652
|
#Returns: 无
|
|
2653
2653
|
```
|
|
2654
2654
|
### update_construction_stage_id
|
|
2655
|
-
|
|
2655
|
+
更新部分施工阶段到指定编号位置之前,例如将1号施工阶段插入到3号之前即为1号与2号施工阶段互换
|
|
2656
2656
|
> 参数:
|
|
2657
2657
|
> stage_id:修改施工阶段编号且支持XtoYbyN形式字符串
|
|
2658
2658
|
> target_id:目标施工阶段编号
|
|
@@ -2664,7 +2664,7 @@ mdb.update_construction_stage_id([1,2,3],9)
|
|
|
2664
2664
|
#Returns:无
|
|
2665
2665
|
```
|
|
2666
2666
|
### update_all_stage_setting_type
|
|
2667
|
-
|
|
2667
|
+
更新施工阶段安装方式
|
|
2668
2668
|
> 参数:
|
|
2669
2669
|
> setting_type:安装方式 (1-接线法 2-无应力法 3-变形法 4-切线法)
|
|
2670
2670
|
```Python
|
|
@@ -2674,7 +2674,7 @@ mdb.update_all_stage_setting_type(setting_type=1)
|
|
|
2674
2674
|
#Returns: 无
|
|
2675
2675
|
```
|
|
2676
2676
|
### update_section_connection_stage
|
|
2677
|
-
|
|
2677
|
+
更新施工阶段联合截面
|
|
2678
2678
|
> 参数:
|
|
2679
2679
|
> name:名称
|
|
2680
2680
|
> new_name:新名称
|
|
@@ -2691,7 +2691,7 @@ mdb.update_section_connection_stage(name="联合阶段",sec_id=1,element_id="2to
|
|
|
2691
2691
|
#Returns:无
|
|
2692
2692
|
```
|
|
2693
2693
|
### remove_construction_stage
|
|
2694
|
-
|
|
2694
|
+
按照施工阶段名删除施工阶段,默认删除所有施工阶段
|
|
2695
2695
|
> 参数:
|
|
2696
2696
|
> name:所删除施工阶段名称
|
|
2697
2697
|
```Python
|
|
@@ -2701,7 +2701,7 @@ mdb.remove_construction_stage(name="施工阶段1")
|
|
|
2701
2701
|
#Returns: 无
|
|
2702
2702
|
```
|
|
2703
2703
|
### merge_all_stages
|
|
2704
|
-
|
|
2704
|
+
合并当前所有施工阶段
|
|
2705
2705
|
> 参数:
|
|
2706
2706
|
> name: 阶段名称
|
|
2707
2707
|
> setting_type: 安装方式 1-变形法安装 2-无应力安装,默认为1
|
|
@@ -2717,7 +2717,7 @@ from qtmodel import *
|
|
|
2717
2717
|
mdb.merge_all_stages(name="合并阶段", setting_type=1, weight_type=1, age=5)
|
|
2718
2718
|
#Returns: 无
|
|
2719
2719
|
```
|
|
2720
|
-
##
|
|
2720
|
+
## 施工阶段联合截面
|
|
2721
2721
|
### add_section_connection_stage
|
|
2722
2722
|
添加施工阶段联合截面
|
|
2723
2723
|
> 参数:
|
|
@@ -2745,7 +2745,7 @@ mdb.add_element_to_connection_stage([1,2,3,4],"联合阶段")
|
|
|
2745
2745
|
#Returns:无
|
|
2746
2746
|
```
|
|
2747
2747
|
### remove_section_connection_stage
|
|
2748
|
-
|
|
2748
|
+
删除施工阶段联合截面
|
|
2749
2749
|
> 参数:
|
|
2750
2750
|
> name:名称
|
|
2751
2751
|
```Python
|
|
@@ -3595,7 +3595,7 @@ odb.get_vibration_modal_results(mode=1)
|
|
|
3595
3595
|
#Returns: 返回json字符串,list[dict]包含该模态下节点位移向量列表
|
|
3596
3596
|
```
|
|
3597
3597
|
### get_buckling_eigenvalue
|
|
3598
|
-
|
|
3598
|
+
获取屈曲分析特征值结果
|
|
3599
3599
|
> 参数:
|
|
3600
3600
|
```Python
|
|
3601
3601
|
# 示例代码
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
> 最新版本 V1.1.
|
|
1
|
+
> 最新版本 V1.1.9 - 2025-09-30
|
|
2
2
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
3
3
|
- 新增更新结构组接口
|
|
4
4
|
# 建模操作
|
|
@@ -2633,7 +2633,7 @@ active_boundaries=[("默认边界组",1)],active_loads=[("默认荷载组1",0)])
|
|
|
2633
2633
|
#Returns: 无
|
|
2634
2634
|
```
|
|
2635
2635
|
### update_construction_stage_id
|
|
2636
|
-
|
|
2636
|
+
更新部分施工阶段到指定编号位置之前,例如将1号施工阶段插入到3号之前即为1号与2号施工阶段互换
|
|
2637
2637
|
> 参数:
|
|
2638
2638
|
> stage_id:修改施工阶段编号且支持XtoYbyN形式字符串
|
|
2639
2639
|
> target_id:目标施工阶段编号
|
|
@@ -2645,7 +2645,7 @@ mdb.update_construction_stage_id([1,2,3],9)
|
|
|
2645
2645
|
#Returns:无
|
|
2646
2646
|
```
|
|
2647
2647
|
### update_all_stage_setting_type
|
|
2648
|
-
|
|
2648
|
+
更新施工阶段安装方式
|
|
2649
2649
|
> 参数:
|
|
2650
2650
|
> setting_type:安装方式 (1-接线法 2-无应力法 3-变形法 4-切线法)
|
|
2651
2651
|
```Python
|
|
@@ -2655,7 +2655,7 @@ mdb.update_all_stage_setting_type(setting_type=1)
|
|
|
2655
2655
|
#Returns: 无
|
|
2656
2656
|
```
|
|
2657
2657
|
### update_section_connection_stage
|
|
2658
|
-
|
|
2658
|
+
更新施工阶段联合截面
|
|
2659
2659
|
> 参数:
|
|
2660
2660
|
> name:名称
|
|
2661
2661
|
> new_name:新名称
|
|
@@ -2672,7 +2672,7 @@ mdb.update_section_connection_stage(name="联合阶段",sec_id=1,element_id="2to
|
|
|
2672
2672
|
#Returns:无
|
|
2673
2673
|
```
|
|
2674
2674
|
### remove_construction_stage
|
|
2675
|
-
|
|
2675
|
+
按照施工阶段名删除施工阶段,默认删除所有施工阶段
|
|
2676
2676
|
> 参数:
|
|
2677
2677
|
> name:所删除施工阶段名称
|
|
2678
2678
|
```Python
|
|
@@ -2682,7 +2682,7 @@ mdb.remove_construction_stage(name="施工阶段1")
|
|
|
2682
2682
|
#Returns: 无
|
|
2683
2683
|
```
|
|
2684
2684
|
### merge_all_stages
|
|
2685
|
-
|
|
2685
|
+
合并当前所有施工阶段
|
|
2686
2686
|
> 参数:
|
|
2687
2687
|
> name: 阶段名称
|
|
2688
2688
|
> setting_type: 安装方式 1-变形法安装 2-无应力安装,默认为1
|
|
@@ -2698,7 +2698,7 @@ from qtmodel import *
|
|
|
2698
2698
|
mdb.merge_all_stages(name="合并阶段", setting_type=1, weight_type=1, age=5)
|
|
2699
2699
|
#Returns: 无
|
|
2700
2700
|
```
|
|
2701
|
-
##
|
|
2701
|
+
## 施工阶段联合截面
|
|
2702
2702
|
### add_section_connection_stage
|
|
2703
2703
|
添加施工阶段联合截面
|
|
2704
2704
|
> 参数:
|
|
@@ -2726,7 +2726,7 @@ mdb.add_element_to_connection_stage([1,2,3,4],"联合阶段")
|
|
|
2726
2726
|
#Returns:无
|
|
2727
2727
|
```
|
|
2728
2728
|
### remove_section_connection_stage
|
|
2729
|
-
|
|
2729
|
+
删除施工阶段联合截面
|
|
2730
2730
|
> 参数:
|
|
2731
2731
|
> name:名称
|
|
2732
2732
|
```Python
|
|
@@ -3576,7 +3576,7 @@ odb.get_vibration_modal_results(mode=1)
|
|
|
3576
3576
|
#Returns: 返回json字符串,list[dict]包含该模态下节点位移向量列表
|
|
3577
3577
|
```
|
|
3578
3578
|
### get_buckling_eigenvalue
|
|
3579
|
-
|
|
3579
|
+
获取屈曲分析特征值结果
|
|
3580
3580
|
> 参数:
|
|
3581
3581
|
```Python
|
|
3582
3582
|
# 示例代码
|
|
@@ -139,11 +139,8 @@ class MdbSection:
|
|
|
139
139
|
if sec_property is not None:
|
|
140
140
|
s += "*SEC-PROPERTY\r\n" + f"ID={index},{name},1,{'YES' if shear_consider else 'NO'},{bias}\r\n"
|
|
141
141
|
s += ",".join(f"{x:g}" for x in sec_property) + "\r\n"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
s = "*SEC-INFO\r\n" + f"ID={index},{name},{sec_type},{'YES' if shear_consider else 'NO'},{bias}\r\n"
|
|
142
|
+
s += "*SEC-INFO\r\n" + f"ID={index},{name},{sec_type},{'YES' if shear_consider else 'NO'},{bias}\r\n"
|
|
145
143
|
s += QtDataHelper.get_str_by_data(sec_type, sec_data)
|
|
146
|
-
|
|
147
144
|
QtServer.post_command(s, "QDAT")
|
|
148
145
|
except Exception as ex:
|
|
149
146
|
raise Exception(ex)
|
|
@@ -168,53 +165,50 @@ class MdbSection:
|
|
|
168
165
|
sec_end={"sec_info":[2,2],"bias_type":"中心"})
|
|
169
166
|
Returns: 无
|
|
170
167
|
"""
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
sec_property_j: Union[list[float], None] = sec_end.get("sec_property", None)
|
|
168
|
+
bias_type_i = sec_begin.get("bias_type", "中心")
|
|
169
|
+
center_type_i = sec_begin.get("center_type", "质心")
|
|
170
|
+
bias_x_i = sec_begin.get("bias_x", 0)
|
|
171
|
+
bias_y_i = sec_begin.get("bias_y", 0)
|
|
172
|
+
sec_property_i: Union[list[float], None] = sec_begin.get("sec_property", None)
|
|
173
|
+
bias_type_j = sec_end.get("bias_type", "中心")
|
|
174
|
+
center_type_j = sec_end.get("center_type", "质心")
|
|
175
|
+
bias_x_j = sec_end.get("bias_x", 0)
|
|
176
|
+
bias_y_j = sec_end.get("bias_y", 0)
|
|
177
|
+
sec_property_j: Union[list[float], None] = sec_end.get("sec_property", None)
|
|
182
178
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
179
|
+
if (bias_x_i, bias_y_i) != (0, 0):
|
|
180
|
+
bias1 = f"{bias_x_i:g},{bias_y_i:g}"
|
|
181
|
+
else:
|
|
182
|
+
bias1 = f"{center_type_i},{bias_type_i}"
|
|
183
|
+
if (bias_x_j, bias_y_j) != (0, 0):
|
|
184
|
+
bias2 = f"{bias_x_j:g},{bias_y_j:g}"
|
|
185
|
+
else:
|
|
186
|
+
bias2 = f"{center_type_j},{bias_type_j}"
|
|
187
|
+
s = ""
|
|
188
|
+
# 先导入截面特性,以免重复计算截面
|
|
189
|
+
if sec_property_i is not None and sec_property_j is not None:
|
|
190
|
+
s += "*SEC-PROPERTY\r\n" + f"ID={index},{name},2,{'YES' if shear_consider else 'NO'},{bias1},{bias2}\r\n"
|
|
191
|
+
s += ",".join(f"{x:g}" for x in sec_property_i) + "\r\n"
|
|
192
|
+
s += ",".join(f"{x:g}" for x in sec_property_j) + "\r\n"
|
|
193
|
+
|
|
194
|
+
# 再导入截面信息
|
|
195
|
+
s += ("*SEC-INFO\r\n" +
|
|
196
|
+
f"ID={index},{name},{sec_type}-变截面,{'YES' if shear_consider else 'NO'},{bias1},{bias2}\r\n")
|
|
197
|
+
# I 端截面
|
|
198
|
+
s += "I=\r\n"
|
|
199
|
+
s += QtDataHelper.get_str_by_data(sec_type, sec_begin)
|
|
200
|
+
# J 端截面
|
|
201
|
+
s += "J=\r\n"
|
|
202
|
+
s += QtDataHelper.get_str_by_data(sec_type, sec_end)
|
|
203
|
+
QtServer.post_command(s, "QDAT")
|
|
204
|
+
if sec_normalize:
|
|
205
|
+
params = {
|
|
206
|
+
"version": QtServer.QT_VERSION,
|
|
207
|
+
"index": index,
|
|
208
|
+
}
|
|
209
|
+
json_string = json.dumps(params, indent=2)
|
|
210
|
+
QtServer.post_command(json_string, "NORMALIZE-SEC")
|
|
198
211
|
|
|
199
|
-
# 再导入截面信息
|
|
200
|
-
s = ("*SEC-INFO\r\n" +
|
|
201
|
-
f"ID={index},{name},{sec_type}-变截面,{'YES' if shear_consider else 'NO'},{bias1},{bias2}\r\n")
|
|
202
|
-
# I 端截面
|
|
203
|
-
s += "I=\r\n"
|
|
204
|
-
s += QtDataHelper.get_str_by_data(sec_type, sec_begin)
|
|
205
|
-
# J 端截面
|
|
206
|
-
s += "J=\r\n"
|
|
207
|
-
s += QtDataHelper.get_str_by_data(sec_type, sec_end)
|
|
208
|
-
QtServer.post_command(s, "QDAT")
|
|
209
|
-
if sec_normalize:
|
|
210
|
-
params = {
|
|
211
|
-
"version": QtServer.QT_VERSION,
|
|
212
|
-
"index": index,
|
|
213
|
-
}
|
|
214
|
-
json_string = json.dumps(params, indent=2)
|
|
215
|
-
QtServer.post_command(json_string, "NORMALIZE-SEC")
|
|
216
|
-
except Exception as ex:
|
|
217
|
-
raise Exception(ex)
|
|
218
212
|
|
|
219
213
|
@staticmethod
|
|
220
214
|
def calculate_section_property():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qtmodel
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.9
|
|
4
4
|
Summary: python modeling for qt 2025-09-30
|
|
5
5
|
Home-page: https://github.com/Inface0443/pyqt
|
|
6
6
|
Author: dqy-zhj
|
|
@@ -17,7 +17,7 @@ Dynamic: description-content-type
|
|
|
17
17
|
Dynamic: home-page
|
|
18
18
|
Dynamic: summary
|
|
19
19
|
|
|
20
|
-
> 最新版本 V1.1.
|
|
20
|
+
> 最新版本 V1.1.9 - 2025-09-30
|
|
21
21
|
> pip install --upgrade qtmodel -i https://pypi.org/simple
|
|
22
22
|
- 新增更新结构组接口
|
|
23
23
|
# 建模操作
|
|
@@ -2652,7 +2652,7 @@ active_boundaries=[("默认边界组",1)],active_loads=[("默认荷载组1",0)])
|
|
|
2652
2652
|
#Returns: 无
|
|
2653
2653
|
```
|
|
2654
2654
|
### update_construction_stage_id
|
|
2655
|
-
|
|
2655
|
+
更新部分施工阶段到指定编号位置之前,例如将1号施工阶段插入到3号之前即为1号与2号施工阶段互换
|
|
2656
2656
|
> 参数:
|
|
2657
2657
|
> stage_id:修改施工阶段编号且支持XtoYbyN形式字符串
|
|
2658
2658
|
> target_id:目标施工阶段编号
|
|
@@ -2664,7 +2664,7 @@ mdb.update_construction_stage_id([1,2,3],9)
|
|
|
2664
2664
|
#Returns:无
|
|
2665
2665
|
```
|
|
2666
2666
|
### update_all_stage_setting_type
|
|
2667
|
-
|
|
2667
|
+
更新施工阶段安装方式
|
|
2668
2668
|
> 参数:
|
|
2669
2669
|
> setting_type:安装方式 (1-接线法 2-无应力法 3-变形法 4-切线法)
|
|
2670
2670
|
```Python
|
|
@@ -2674,7 +2674,7 @@ mdb.update_all_stage_setting_type(setting_type=1)
|
|
|
2674
2674
|
#Returns: 无
|
|
2675
2675
|
```
|
|
2676
2676
|
### update_section_connection_stage
|
|
2677
|
-
|
|
2677
|
+
更新施工阶段联合截面
|
|
2678
2678
|
> 参数:
|
|
2679
2679
|
> name:名称
|
|
2680
2680
|
> new_name:新名称
|
|
@@ -2691,7 +2691,7 @@ mdb.update_section_connection_stage(name="联合阶段",sec_id=1,element_id="2to
|
|
|
2691
2691
|
#Returns:无
|
|
2692
2692
|
```
|
|
2693
2693
|
### remove_construction_stage
|
|
2694
|
-
|
|
2694
|
+
按照施工阶段名删除施工阶段,默认删除所有施工阶段
|
|
2695
2695
|
> 参数:
|
|
2696
2696
|
> name:所删除施工阶段名称
|
|
2697
2697
|
```Python
|
|
@@ -2701,7 +2701,7 @@ mdb.remove_construction_stage(name="施工阶段1")
|
|
|
2701
2701
|
#Returns: 无
|
|
2702
2702
|
```
|
|
2703
2703
|
### merge_all_stages
|
|
2704
|
-
|
|
2704
|
+
合并当前所有施工阶段
|
|
2705
2705
|
> 参数:
|
|
2706
2706
|
> name: 阶段名称
|
|
2707
2707
|
> setting_type: 安装方式 1-变形法安装 2-无应力安装,默认为1
|
|
@@ -2717,7 +2717,7 @@ from qtmodel import *
|
|
|
2717
2717
|
mdb.merge_all_stages(name="合并阶段", setting_type=1, weight_type=1, age=5)
|
|
2718
2718
|
#Returns: 无
|
|
2719
2719
|
```
|
|
2720
|
-
##
|
|
2720
|
+
## 施工阶段联合截面
|
|
2721
2721
|
### add_section_connection_stage
|
|
2722
2722
|
添加施工阶段联合截面
|
|
2723
2723
|
> 参数:
|
|
@@ -2745,7 +2745,7 @@ mdb.add_element_to_connection_stage([1,2,3,4],"联合阶段")
|
|
|
2745
2745
|
#Returns:无
|
|
2746
2746
|
```
|
|
2747
2747
|
### remove_section_connection_stage
|
|
2748
|
-
|
|
2748
|
+
删除施工阶段联合截面
|
|
2749
2749
|
> 参数:
|
|
2750
2750
|
> name:名称
|
|
2751
2751
|
```Python
|
|
@@ -3595,7 +3595,7 @@ odb.get_vibration_modal_results(mode=1)
|
|
|
3595
3595
|
#Returns: 返回json字符串,list[dict]包含该模态下节点位移向量列表
|
|
3596
3596
|
```
|
|
3597
3597
|
### get_buckling_eigenvalue
|
|
3598
|
-
|
|
3598
|
+
获取屈曲分析特征值结果
|
|
3599
3599
|
> 参数:
|
|
3600
3600
|
```Python
|
|
3601
3601
|
# 示例代码
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|