Skip to content

Commit

Permalink
KCL: More ways to reference paths (#4387)
Browse files Browse the repository at this point in the history
Adds new stdlib functions segStart, segStartX, segStartY, segEnd

Part of <#4382>
  • Loading branch information
adamchalmers authored Nov 5, 2024
1 parent 862ca11 commit 897205a
Show file tree
Hide file tree
Showing 18 changed files with 4,025 additions and 49 deletions.
4 changes: 4 additions & 0 deletions docs/kcl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ layout: manual
* [`rem`](kcl/rem)
* [`revolve`](kcl/revolve)
* [`segAng`](kcl/segAng)
* [`segEnd`](kcl/segEnd)
* [`segEndX`](kcl/segEndX)
* [`segEndY`](kcl/segEndY)
* [`segLen`](kcl/segLen)
* [`segStart`](kcl/segStart)
* [`segStartX`](kcl/segStartX)
* [`segStartY`](kcl/segStartY)
* [`shell`](kcl/shell)
* [`sin`](kcl/sin)
* [`sqrt`](kcl/sqrt)
Expand Down
53 changes: 53 additions & 0 deletions docs/kcl/segEnd.md

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions docs/kcl/segStart.md

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions docs/kcl/segStartX.md

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions docs/kcl/segStartY.md

Large diffs are not rendered by default.

Loading

0 comments on commit 897205a

Please sign in to comment.