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 ...@@ -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:** **Example YAML configuration for a square wooden pole:**
PoleShape: PoleShape:
Value: Square Value: Square
PoleSide: PoleSide:
Value: 0.15 Value: 0.15
PoleLength: 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:
- **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). - **PoleSpacingX**: Distance between two poles along the row (X-axis).
- **StructureSpacingY**: Distance between parallel rows of structures (Y-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). - **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: ...@@ -150,6 +150,8 @@ Key parameters control how the structure is placed:
## Weather data ## Weather data
... ...
......