correct some miss authored by Selim Grote's avatar Selim Grote
......@@ -130,18 +130,18 @@ For each component (Pole, Purlin, Rafter, Diagonal), you can define its shape an
**Example YAML configuration for a square wooden pole:**
PoleShape:
Value: Square
Value: Square
PoleSide:
Value: 0.15
Value: 0.15
PoleLength:
Value: 3.5
Value: 3.5
Material:
Value: Wood
Value: Wood
#### Positioning and Spacing
Key parameters control how the structure is placed:
- **StructureHeight**: Elevation of the structure base from the ground.
- **Height**: Elevation of the structure base from the ground.
- **PoleSpacingX**: Distance between two poles along the row (X-axis).
- **StructureSpacingY**: Distance between parallel rows of structures (Y-axis).
- **PoleGroundPositioning**: Vertical offset for the poles foundation (0 is flush with ground, negative values bury the pole).
......@@ -150,6 +150,8 @@ Key parameters control how the structure is placed:
## Weather data
......
......