set_support
Define support boundary conditions on structural nodes by fixing or releasing translational and rotational degrees of freedom, enabling accurate modeling of anchors and restraints.
Instructions
Set support boundary conditions on nodes (设置节点支承).
Args:
node_id: Node ID(s). Supports int, list, or range string like '1to10'
(节点编号,支持整数、列表或范围字符串如 '1to10')
dx: Fix X translation (固定X平动), default True
dy: Fix Y translation (固定Y平动), default True
dz: Fix Z translation (固定Z平动), default True
rx: Fix X rotation (固定X转动), default False
ry: Fix Y rotation (固定Y转动), default False
rz: Fix Z rotation (固定Z转动), default False
group_name: Boundary group name (边界组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | No | ||
| dy | No | ||
| dz | No | ||
| rx | No | ||
| ry | No | ||
| rz | No | ||
| node_id | Yes | ||
| group_name | No |