Changes
Page history
correct some miss
authored
Feb 05, 2026
by
Selim Grote
Hide whitespace changes
Inline
Side-by-side
documentation/tutorial.md
View page @
1c266cbf
...
...
@@ -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:
-
**
Structure
Height**
: 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
...
...
...
...