add_tendon_3d
Add a 3D tendon to a bridge model using control points, insertion point, and positioning type, enabling accurate spatial placement for structural analysis.
Instructions
Add a 3D tendon (添加三维钢束/空间钢束).
Args:
name: Tendon name (钢束名称)
property_name: Tendon property name, must exist (钢束特性名,须已创建)
control_points: 3D control points [[x, y, z, r], ...], r = fillet radius
(三维控制点 [[x, y, z, 半径r], ...])
point_insert: Insertion point [x, y, z] for straight positioning
(直线定位时的插入点坐标)
num: Number of tendons (钢束根数)
line_type: Point type (线型): 1=导线点(guide), 2=折线点(polyline)
position_type: Positioning (定位方式): 1=straight(直线), 2=track line(轨迹线)
group_name: Tendon group name (钢束组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | ||
| name | Yes | ||
| line_type | No | ||
| group_name | No | 默认钢束组 | |
| point_insert | Yes | ||
| position_type | No | ||
| property_name | Yes | ||
| control_points | Yes |