---
name: PartType
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Controls the Part.Shape of an object."
---

# PartType

Controls the [Part.Shape](/docs/reference/engine/classes/Part.md) of an object.

**Type:** enum

## Description

The **PartType** enum controls the [Shape](/docs/reference/engine/classes/Part.md) of a [Part](/docs/reference/engine/classes/Part.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Ball` | 0 | A spherical shape. |
| `Block` | 1 | A block shape. |
| `Cylinder` | 2 | A cylinder shape oriented along the **X** axis. |
| `Wedge` | 3 | A wedge shape with a slope on one side. |
| `CornerWedge` | 4 | A wedge shape with slopes on two sides. |