Merge remote-tracking branch 'origin/main' into ben/conics

This commit is contained in:
benjamaan476
2025-06-06 10:25:09 +01:00
435 changed files with 74399 additions and 9225 deletions

View File

@ -979,7 +979,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.