add yaml integration authored by Selim Grote's avatar Selim Grote
...@@ -129,6 +129,7 @@ For each component (Pole, Purlin, Rafter, Diagonal), you can define its shape an ...@@ -129,6 +129,7 @@ For each component (Pole, Purlin, Rafter, Diagonal), you can define its shape an
**Example YAML configuration for a square wooden pole:** **Example YAML configuration for a square wooden pole:**
```yaml
PoleShape: PoleShape:
Value: Square Value: Square
PoleSide: PoleSide:
...@@ -137,6 +138,7 @@ PoleLength: ...@@ -137,6 +138,7 @@ PoleLength:
Value: 3.5 Value: 3.5
Material: Material:
Value: Wood Value: Wood
```
#### Positioning and Spacing #### Positioning and Spacing
Key parameters control how the structure is placed: Key parameters control how the structure is placed:
... ...
......