2025-04-14 20:37:45 +12:00
---
2025-05-07 10:33:23 +12:00
title: "START"
2025-05-08 08:26:56 +12:00
subtitle: "Constant in std"
2025-04-14 20:37:45 +12:00
excerpt: "Identifies the starting face of an extrusion. I.e., the face which is extruded."
layout: manual
---
Identifies the starting face of an extrusion. I.e., the face which is extruded.
2025-05-01 04:03:22 +12:00
```kcl
2025-06-16 09:10:36 +12:00
START: TaggedFace
2025-04-14 20:37:45 +12:00
```
2025-05-07 10:33:23 +12:00
2025-06-16 09:10:36 +12:00
### Type
[`TaggedFace` ](/docs/kcl-std/types/std-types-TaggedFace ) - A tag which references a face of a solid, including the distinguished tags `START` and `END` .
2025-05-07 10:33:23 +12:00