* 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
260 B
Markdown
16 lines
260 B
Markdown
---
|
|
title: "std::START"
|
|
excerpt: "Identifies the starting face of an extrusion. I.e., the face which is extruded."
|
|
layout: manual
|
|
---
|
|
|
|
Identifies the starting face of an extrusion. I.e., the face which is extruded.
|
|
|
|
|
|
|
|
```kcl
|
|
std::START: string = 'start'
|
|
```
|
|
|
|
|