17 lines
292 B
Markdown
17 lines
292 B
Markdown
---
|
|
title: "END"
|
|
subtitle: "Constant in prelude"
|
|
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.
|
|
|
|
```kcl
|
|
END: string = 'end'
|
|
```
|
|
|
|
|
|
|
|
|