---
name: Style
last_updated: 2026-06-19T03:26:26Z
type: enum
summary: "The Style Enum is used to set what style of supports the TrussPart has."
---

# Style

The Style Enum is used to set what style of supports the [TrussPart](/docs/reference/engine/classes/TrussPart.md)
has.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `AlternatingSupports` | 0 | Truss beams contain alternating supports. |
| `BridgeStyleSupports` | 1 | Truss beams contain bridge style supports. |
| `NoSupports` | 2 | Truss beams do not contain supports. |