Fix docs for loft (#7389)

This commit is contained in:
Jonathan Tran
2025-06-05 15:05:46 -04:00
committed by GitHub
parent 86e5c37678
commit 9ade6676b7
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ loft(
): Solid
```
The sketches need to closed and on the same plane.
The sketches need to be closed and on different planes that are parallel.
### Arguments

View File

@ -958,7 +958,7 @@ export fn sweep(
/// Create a 3D surface or solid by interpolating between two or more sketches.
///
/// The sketches need to closed and on the same plane.
/// The sketches need to be closed and on different planes that are parallel.
///
/// ```kcl
/// // Loft a square and a triangle.