move_nodes
Adjust node positions in a bridge structural model by specifying X, Y, and Z offsets to relocate selected nodes.
Instructions
Move nodes by an offset (平移节点).
Args:
ids: Node ID(s) to move. Supports int, list, or range string '1to10'.
(节点编号,支持整数、列表或范围字符串)
offset_x: X-direction offset in model units (X方向偏移量)
offset_y: Y-direction offset in model units (Y方向偏移量)
offset_z: Z-direction offset in model units (Z方向偏移量)
Example:
move_nodes("1to10", offset_z=-0.5) # Move nodes 1-10 down by 0.5m
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| offset_x | No | ||
| offset_y | No | ||
| offset_z | No |