---
name: NormalId
last_updated: 2026-06-10T02:17:47Z
type: enum
summary: "The NormalId Enum sets which side/face of a Part is used."
---

# NormalId

The NormalId Enum sets which side/face of a Part is used.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Right` | 0 | The right face of a Part. |
| `Top` | 1 | The top face of a Part. |
| `Back` | 2 | The back face of a Part. |
| `Left` | 3 | The left face of a Part. |
| `Bottom` | 4 | The bottom face of a Part. |
| `Front` | 5 | The front face of a Part. |