Files
modeling-app/docs/kcl-std/consts/std-END.md

17 lines
288 B
Markdown
Raw Normal View History

---
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: string = 'end'
```