* Support modules in docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * shuffle around directories Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
16 lines
270 B
Markdown
16 lines
270 B
Markdown
---
|
|
title: "std::END"
|
|
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
|
|
std::END: string = 'end'
|
|
```
|
|
|
|
|