From 809b69c6f7d0b15418ee9bce3f4722ee9e57efeb Mon Sep 17 00:00:00 2001 From: Frank Noirot Date: Fri, 15 Nov 2024 15:44:29 -0500 Subject: [PATCH] Remove generated PlaneRientationData docs page --- docs/kcl/types/PlaneOrientationData.md | 106 ------------------------- 1 file changed, 106 deletions(-) delete mode 100644 docs/kcl/types/PlaneOrientationData.md diff --git a/docs/kcl/types/PlaneOrientationData.md b/docs/kcl/types/PlaneOrientationData.md deleted file mode 100644 index 146cb7f9a3..0000000000 --- a/docs/kcl/types/PlaneOrientationData.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: "PlaneOrientationData" -excerpt: "Orientation data that can be used to construct a plane, not a plane in itself." -layout: manual ---- - -Orientation data that can be used to construct a plane, not a plane in itself. - - - - - -**This schema accepts exactly one of the following:** - -The XY plane. - -**enum:** `XY` - - - - - - - - ----- -The opposite side of the XY plane. - -**enum:** `-XY` - - - - - - - - ----- -The XZ plane. - -**enum:** `XZ` - - - - - - - - ----- -The opposite side of the XZ plane. - -**enum:** `-XZ` - - - - - - - - ----- -The YZ plane. - -**enum:** `YZ` - - - - - - - - ----- -The opposite side of the YZ plane. - -**enum:** `-YZ` - - - - - - - - ----- -A defined plane. - -**Type:** `object` - - - - - -## Properties - -| Property | Type | Description | Required | -|----------|------|-------------|----------| -| `plane` |`object`| | No | - - ----- - - - -