Split a wall
split_wallSplit any wall into two connected walls at a chosen point along its length. Specify a position from 0 to 1 to define the split location.
Instructions
Split a wall into two joined walls at t (0..1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| t | No | Split position along the wall, 0..1 (default 0.5) | |
| id | Yes | The wall to split |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Plan version written to, when there are several | |
| ok | Yes | Always true | |
| ids | No | Ids created or touched | |
| rev | No | Plan revision | |
| text | Yes | The reply as written |