2025-02-20 19:33:21 +13:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "XZ"
|
2025-05-08 08:26:56 +12:00
|
|
|
subtitle: "Constant in std"
|
2025-05-11 19:32:33 +12:00
|
|
|
excerpt: "An abstract 3d plane aligned with the X and Z axes. Its normal is the negative Y axis."
|
2025-02-20 19:33:21 +13:00
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
An abstract 3d plane aligned with the X and Z axes. Its normal is the negative Y axis.
|
2025-02-20 19:33:21 +13:00
|
|
|
|
2025-05-01 04:03:22 +12:00
|
|
|
```kcl
|
2025-06-16 09:10:36 +12:00
|
|
|
XZ: Plane
|
2025-02-20 19:33:21 +13:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|
2025-06-16 09:10:36 +12:00
|
|
|
### Type
|
|
|
|
|
|
|
|
[`Plane`](/docs/kcl-std/types/std-types-Plane) - An abstract plane.
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|