2025-04-14 20:37:45 +12:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "END"
|
2025-05-08 08:26:56 +12:00
|
|
|
subtitle: "Constant in std"
|
2025-04-14 20:37:45 +12:00
|
|
|
excerpt: "Identifies the ending face of an extrusion. I.e., the new face created by an extrusion."
|
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
|
|
|
Identifies the ending face of an extrusion. I.e., the new face created by an extrusion.
|
|
|
|
|
2025-05-01 04:03:22 +12:00
|
|
|
```kcl
|
2025-05-07 10:33:23 +12:00
|
|
|
END: string = 'end'
|
2025-04-14 20:37:45 +12:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|
|
|
|
|