* Replace tag type with tagIdent and tagDecl Signed-off-by: Nick Cameron <nrc@ncameron.org> * Replace tagIdent with TaggedEdge and TaggedFace Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
21 lines
448 B
Markdown
21 lines
448 B
Markdown
---
|
|
title: "END"
|
|
subtitle: "Constant in std"
|
|
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: TaggedFace
|
|
```
|
|
|
|
|
|
|
|
### 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`.
|
|
|
|
|