Skip to content

Commit

Permalink
Update KCL docs (#271)
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 e16dea0 commit fe7957c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/pages/docs/kcl/types/Path.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,28 @@ A base path.


----
A circular arc, not necessarily tangential to the current point.

**Type:** `object`





## Properties

| Property | Type | Description | Required |
|----------|------|-------------|----------|
| `type` |enum: `Arc`| | No |
| `center` |`[number, number]`| Center of the circle that this arc is drawn on. | No |
| `radius` |`number`| Radius of the circle that this arc is drawn on. | No |
| `from` |`[number, number]`| The from point. | No |
| `to` |`[number, number]`| The to point. | No |
| `tag` |[`TagDeclarator`](/docs/kcl/types#tag-declaration)| The tag of the path. | No |
| `__geoMeta` |[`GeoMeta`](/docs/kcl/types/GeoMeta)| Metadata. | No |


----



Expand Down

0 comments on commit fe7957c

Please sign in to comment.