Skip to content

Commit

Permalink
Update KCL docs (#272)
Browse files Browse the repository at this point in the history
YOYO NEW KCL DOCS!!

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5d38d08 commit 6d16710
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions content/pages/docs/kcl/types/TagEngineInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ Engine information for a tag.



**This schema accepts exactly one of the following:**

The path the tag is on.

**Type:** `object`





## Properties

| Property | Type | Description | Required |
|----------|------|-------------|----------|
| `path` |[`Path`](/docs/kcl/types/Path)| Engine information for a tag. | No |


----
The surface information for the tag.

**Type:** `object`





## Properties

| Property | Type | Description | Required |
|----------|------|-------------|----------|
| `surface` |[`ExtrudeSurface`](/docs/kcl/types/ExtrudeSurface)| Engine information for a tag. | No |


----


## Properties
Expand All @@ -18,7 +52,5 @@ Engine information for a tag.
|----------|------|-------------|----------|
| `id` |`string`| The id of the tagged object. | No |
| `sketch` |`string`| The sketch the tag is on. | No |
| `path` |[`Path`](/docs/kcl/types/Path)| The path the tag is on. | No |
| `surface` |[`ExtrudeSurface`](/docs/kcl/types/ExtrudeSurface)| The surface information for the tag. | No |


0 comments on commit 6d16710

Please sign in to comment.