> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/parttype.md).

# PartType

## Overview

PartType is an Enum that defines the default shape types provided by Part.

This is used in the Shape property of Part and determines the appearances of Part.

## Items

| Name     | Value | Description                           |
| -------- | ----- | ------------------------------------- |
| Ball     | 0     | Represents a sphere shape.            |
| Block    | 1     | Represents a rectangular block shape. |
| Cylinder | 2     | Represents a cylinder shape.          |

## See also

{% content-ref url="/pages/2PUPiXkMYtQOh5iPWQUD" %}
[Part](/development/api-reference/classes/part.md)
{% endcontent-ref %}
