add_master_slave_link
Add master-slave rigid constraints to model rigid connections where slave nodes follow the master node's motion, ideal for diaphragm rigid zones.
Instructions
Add master-slave constraint (rigid link) between nodes (添加主从约束/刚域).
Used to model rigid connections where slave nodes follow the motion
of the master node (typically for diaphragm rigid zones).
用于模拟刚域,从节点跟随主节点运动(典型应用:隔板刚域)。
Args:
master_node_id: Master node ID (主节点编号)
slave_node_ids: Slave node ID(s), list or range string like "2to5"
(从节点编号,支持列表或范围字符串)
dof_constraints: DOF flags [dx, dy, dz, rx, ry, rz],
True=constrained, default all constrained
(自由度约束标志,True=约束,默认全部约束)
group_name: Boundary group name (边界组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_name | No | ||
| master_node_id | Yes | ||
| slave_node_ids | Yes | ||
| dof_constraints | No |