-
Notifications
You must be signed in to change notification settings - Fork 50
stairs_runs
Lachlan McDonald edited this page Jan 12, 2022
·
14 revisions
stairs_runs
is a stairs brush that generates only stair runs; with additional options for the size and spacing of the runs.
Parameter | Description |
---|---|
Mode | Automate one of the parameters (see below) |
Direction | The facing direction of the stairs |
Count | The number of runs to fit within the brushes dimensions. If the box's dimensions are not divisible by the count, the depth of each run will be inconsistent |
Height | The height of each run |
X/Y Gap | The distance between each run of adjacent stairs |
Z Gap | The distance between each run and the next run above it (also known as the rise.) |
Mode | Description |
---|---|
0 |
All parameters are used as-is |
1 |
The Height of each run is adjusted to fill the available space (the value of the parameter is ignored). Count and Z Gap can still be adjusted |
2 |
Count is adjusted to fill the available space (the value of the parameter is ignored). Height and Z Gap can still be adjusted |
3 |
Z Gap is adjusted to fill the available space (the value of the parameter is ignored). Count and Height can still be adjusted |
Count: 2
|
Count: 4
|
---|---|
Count: 6
|
Count: 8
|
Height: 1
|
Height: 2
|
---|---|
Height: 3
|
Height: 4
|
X/Y Gap: 0
|
X/Y Gap: 1
|
---|---|
X/Y Gap: 2
|
X/Y Gap: 3
|
Z Gap: 0
|
Z Gap: 1
|
---|---|
Z Gap: 2
|
Z Gap: 3
|
All content in this wiki is licenced under the CC BY-NC-SA 4.0 license. Code snippets are dual-licenced under the MIT License.