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-05-07 10:33:23 +12:00
|
|
|
START: string = 'start'
|
2025-04-14 20:37:45 +12:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|
|
|
|
|