> 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/korean/development/api-reference/enums/parttype.md).

# PartType

## Overview

PartType는 Part에서 제공하는 기본 도형 타입을 정의하는 Enum입니다.

Part의 Shape 속성에서 사용되며, 파트의 외형을 결정합니다.

## Items

| Name     | Value | Description        |
| -------- | ----- | ------------------ |
| Ball     | 0     | 구형을 나타냅니다.         |
| Block    | 1     | 직사각형 블록 형태를 나타냅니다. |
| Cylinder | 2     | 원통형을 나타냅니다.        |

## See also

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