Skip to content

Commit c7e63b4

Browse files
Update KCL docs (#581)
YOYO NEW KCL DOCS!! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 55a97af commit c7e63b4

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

content/pages/docs/kcl-std/functions/std-sketch-extrudeTwist.md

Lines changed: 53 additions & 0 deletions
Large diffs are not rendered by default.

content/pages/docs/kcl-std/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ layout: manual
5555
* [`circleThreePoint`](/docs/kcl-std/functions/std-sketch-circleThreePoint)
5656
* [`close`](/docs/kcl-std/functions/std-sketch-close)
5757
* [`extrude`](/docs/kcl-std/functions/std-sketch-extrude)
58+
* [`extrudeTwist`](/docs/kcl-std/functions/std-sketch-extrudeTwist)
5859
* [`getCommonEdge`](/docs/kcl-std/functions/std-sketch-getCommonEdge)
5960
* [`getNextAdjacentEdge`](/docs/kcl-std/functions/std-sketch-getNextAdjacentEdge)
6061
* [`getOppositeEdge`](/docs/kcl-std/functions/std-sketch-getOppositeEdge)

content/pages/docs/kcl-std/modules/std-sketch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This module contains functions for creating and manipulating sketches, and makin
2020
* [`circleThreePoint`](/docs/kcl-std/functions/std-sketch-circleThreePoint)
2121
* [`close`](/docs/kcl-std/functions/std-sketch-close)
2222
* [`extrude`](/docs/kcl-std/functions/std-sketch-extrude)
23+
* [`extrudeTwist`](/docs/kcl-std/functions/std-sketch-extrudeTwist)
2324
* [`getCommonEdge`](/docs/kcl-std/functions/std-sketch-getCommonEdge)
2425
* [`getNextAdjacentEdge`](/docs/kcl-std/functions/std-sketch-getNextAdjacentEdge)
2526
* [`getOppositeEdge`](/docs/kcl-std/functions/std-sketch-getOppositeEdge)

0 commit comments

Comments
 (0)