| ... | ... | @@ -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:
|
| ... | ... | |
| ... | ... | |