> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/scenemodule/brushtype.md).

# 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. |
