Changes
Page history
remove unwanted ```` symbole who break the wiki
authored
Feb 05, 2026
by
Selim Grote
Hide whitespace changes
Inline
Side-by-side
documentation/tutorial.md
View page @
6a0e8d29
...
...
@@ -125,11 +125,10 @@ For each component (Pole, Purlin, Rafter, Diagonal), you can define its shape an
-
For
**Cylinder**
: Use
`*Radius`
.
-
**Length**
: Defined by
`*Length`
(e.g.,
`PoleLength`
).
```
markdown
> **Note**: The `*Side` parameter is used if the base is `Square`, while `*Radius` is used if the base is `Cylinder`.
**Example YAML configuration for a square wooden pole:**
```
yaml
PoleShape:
Value: Square
PoleSide:
...
...
@@ -138,8 +137,6 @@ PoleLength:
Value: 3.5
Material:
Value: Wood
```
```
#### Positioning and Spacing
Key parameters control how the structure is placed:
...
...
...
...