Add more detail to close() docs (#7300)

* Add more detail to close() docs

* Run gen
This commit is contained in:
Adam Sunderland
2025-05-30 16:05:32 -04:00
committed by GitHub
parent 1c07e8af5b
commit 0624e42822
3 changed files with 8 additions and 4 deletions

View File

@ -14,7 +14,7 @@ close(
): Sketch
```
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.
### Arguments

View File

@ -53607,7 +53607,7 @@
{
"name": "close",
"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.",
"description": "",
"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.",
"tags": [
"sketch"
],