Skip to content

Commit dc79b7b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ close(
1414
): Sketch
1515
```
1616

17-
17+
If you want to perform some 3-dimensional operation on a sketch, like extrude or sweep, you must `close` it first. `close` must be called even if the end point of the last segment is coincident with the sketch starting point.
1818

1919
### Arguments
2020

content/pages/docs/kcl-std/std.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53607,7 +53607,7 @@
5360753607
{
5360853608
"name": "close",
5360953609
"summary": "Construct a line segment from the current origin back to the profile's origin, ensuring the resulting 2-dimensional sketch is not open-ended.",
53610-
"description": "",
53610+
"description": "If you want to perform some 3-dimensional operation on a sketch, like extrude or sweep, you must `close` it first. `close` must be called even if the end point of the last segment is coincident with the sketch starting point.",
5361153611
"tags": [
5361253612
"sketch"
5361353613
],

0 commit comments

Comments
 (0)