create_tapered_section
Generate a tapered section between two existing sections by providing start and end section IDs, enabling gradual transitions for bridge structural analysis.
Instructions
Create a tapered section from two existing sections (根据两个已存截面创建渐变截面).
Args:
name: Tapered section name (渐变截面名称)
begin_id: Start section ID (起始截面编号)
end_id: End section ID (终止截面编号)
shear_consider: Consider shear deformation (是否考虑剪切变形), default True
sec_normalize: Normalize section (截面归一化), default False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| end_id | Yes | ||
| begin_id | Yes | ||
| sec_normalize | No | ||
| shear_consider | No |