# 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="../classes/part" %}
[part](https://docs.overdare.com/development/api-reference/classes/part)
{% endcontent-ref %}
