* 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
235 B
Markdown
21 lines
235 B
Markdown
---
|
|
title: "Z"
|
|
subtitle: "Constant in std"
|
|
excerpt: "The 3D Z-axis."
|
|
layout: manual
|
|
---
|
|
|
|
The 3D Z-axis.
|
|
|
|
```kcl
|
|
Z: Axis3d
|
|
```
|
|
|
|
|
|
|
|
### Type
|
|
|
|
[`Axis3d`](/docs/kcl-std/types/std-types-Axis3d) - An abstract and infinite line in 3d space.
|
|
|
|
|