# BrushType

The `BrushType` enum describes what kind of brush is used for dynamic extrusion.

## Values

| Value      | Description                        |
| ---------- | ---------------------------------- |
| `FLAT`     | Indicates the flat brush type.     |
| `HEXAGON`  | Indicates the hexagon brush type.  |
| `QUAD`     | Indicates the quad brush type.     |
| `TRIANGLE` | Indicates the triangle brush type. |
