-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YOYO NEW KCL DOCS!! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0c9a87b
commit 816cf50
Showing
11 changed files
with
149 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "Face" | ||
excerpt: "A face." | ||
layout: manual | ||
--- | ||
|
||
A face. | ||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `id` |`string`| The id of the face. | No | | ||
| `value` |`string`| The tag of the face. | No | | ||
| `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face’s X axis be? | No | | ||
| `yAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face’s Y axis be? | No | | ||
| `zAxis` |[`Point3d`](/docs/kcl/types/Point3d)| The z-axis (normal). | No | | ||
| `solid` |[`Solid`](/docs/kcl/types/Solid)| The solid the face is on. | No | | ||
| `units` |[`UnitLen`](/docs/kcl/types/UnitLen)| A face. | No | | ||
| `__meta` |`[` [`Metadata`](/docs/kcl/types/Metadata) `]`| | No | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
--- | ||
title: "UnitLen" | ||
excerpt: "" | ||
layout: manual | ||
--- | ||
|
||
|
||
|
||
|
||
|
||
|
||
**This schema accepts exactly one of the following:** | ||
|
||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `type` |enum: `Mm`| | No | | ||
|
||
|
||
---- | ||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `type` |enum: `Cm`| | No | | ||
|
||
|
||
---- | ||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `type` |enum: `M`| | No | | ||
|
||
|
||
---- | ||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `type` |enum: `Inches`| | No | | ||
|
||
|
||
---- | ||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `type` |enum: `Feet`| | No | | ||
|
||
|
||
---- | ||
|
||
**Type:** `object` | ||
|
||
|
||
|
||
|
||
|
||
## Properties | ||
|
||
| Property | Type | Description | Required | | ||
|----------|------|-------------|----------| | ||
| `type` |enum: `Yards`| | No | | ||
|
||
|
||
---- | ||
|
||
|
||
|
||
|