update_element_beta
Change the beta angle for one or more beam or truss elements to set their local axis orientation. Specify element IDs and the new angle in degrees.
Instructions
Change the beta angle of one or more elements (修改单元贝塔角).
The beta angle controls the local axis orientation of a beam/truss element.
贝塔角控制单元局部坐标系方向。
Args:
ids: Element ID(s). Supports int, list, or range string.
(单元编号,支持整数、列表或范围字符串)
beta: New beta angle in degrees (新贝塔角,单位:度)
Example:
update_element_beta("1to10", beta=90)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| beta | Yes |