Nickmccleery/i have no idea what im doing (#6967)
* Yeet in alt param structure. * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: Jess Frazelle <github@jessfraz.com>
@ -256720,7 +256720,7 @@
 | 
			
		||||
        false
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
        "// Create a spring by sweeping around a helix path.\n\n// Create a helix around the Z axis.\nhelixPath = helix(\n  angleStart = 0,\n  ccw = true,\n  revolutions = 4,\n  length = 10,\n  radius = 5,\n  axis = Z,\n)\n\n// Create a spring by sweeping around the helix path.\nspringSketch = startSketchOn(YZ)\n  |> circle(center = [0, 0], radius = 1)\n  |> sweep(path = helixPath, relativeTo = \"sketchPlane\")",
 | 
			
		||||
        "// Create a spring by sweeping around a helix path.\n\n// Create a helix around the Z axis.\nhelixPath = helix(\n  angleStart = 0,\n  ccw = true,\n  revolutions = 4,\n  length = 10,\n  radius = 5,\n  axis = Z,\n)\n\n// Create a spring by sweeping around the helix path.\nspringSketch = startSketchOn(XZ)\n  |> circle(center = [5, 0], radius = 1)\n  |> sweep(path = helixPath)",
 | 
			
		||||
        false
 | 
			
		||||
      ],
 | 
			
		||||
      [
 | 
			
		||||
 | 
			
		||||
@ -110,9 +110,9 @@ pub async fn sweep(exec_state: &mut ExecState, args: Args) -> Result<KclValue, K
 | 
			
		||||
///
 | 
			
		||||
///
 | 
			
		||||
/// // Create a spring by sweeping around the helix path.
 | 
			
		||||
/// springSketch = startSketchOn(YZ)
 | 
			
		||||
///     |> circle( center = [0, 0], radius = 1)
 | 
			
		||||
///     |> sweep(path = helixPath, relativeTo = "sketchPlane")
 | 
			
		||||
/// springSketch = startSketchOn(XZ)
 | 
			
		||||
///     |> circle( center = [5, 0], radius = 1)
 | 
			
		||||
///     |> sweep(path = helixPath)
 | 
			
		||||
/// ```
 | 
			
		||||
///
 | 
			
		||||
/// ```no_run
 | 
			
		||||
 | 
			
		||||
@ -82,9 +82,9 @@ export END = 'end'
 | 
			
		||||
///  )
 | 
			
		||||
///
 | 
			
		||||
/// // Create a spring by sweeping around the helix path.
 | 
			
		||||
/// springSketch = startSketchOn(YZ)
 | 
			
		||||
///     |> circle( center = [0, 0], radius = 0.5)
 | 
			
		||||
///     |> sweep(path = helixPath, relativeTo = sweep::SKETCH_PLANE)
 | 
			
		||||
/// springSketch = startSketchOn(XZ)
 | 
			
		||||
///     |> circle( center = [5, 0], radius = 0.5)
 | 
			
		||||
///     |> sweep(path = helixPath)
 | 
			
		||||
/// ```
 | 
			
		||||
///
 | 
			
		||||
/// ```
 | 
			
		||||
@ -103,9 +103,9 @@ export END = 'end'
 | 
			
		||||
///  )
 | 
			
		||||
///
 | 
			
		||||
/// // Create a spring by sweeping around the helix path.
 | 
			
		||||
/// springSketch = startSketchOn(XY)
 | 
			
		||||
///     |> circle( center = [0, 0], radius = 0.5 )
 | 
			
		||||
///     |> sweep(path = helixPath, relativeTo = sweep::SKETCH_PLANE)
 | 
			
		||||
/// springSketch = startSketchOn(XZ)
 | 
			
		||||
///     |> circle( center = [5, 0], radius = 0.5 )
 | 
			
		||||
///     |> sweep(path = helixPath)
 | 
			
		||||
/// ```
 | 
			
		||||
///
 | 
			
		||||
/// ```
 | 
			
		||||
@ -123,9 +123,9 @@ export END = 'end'
 | 
			
		||||
///  )
 | 
			
		||||
///
 | 
			
		||||
/// // Create a spring by sweeping around the helix path.
 | 
			
		||||
/// springSketch = startSketchOn(XY)
 | 
			
		||||
///     |> circle( center = [0, 0], radius = 1 )
 | 
			
		||||
///     |> sweep(path = helixPath, relativeTo = sweep::SKETCH_PLANE)
 | 
			
		||||
/// springSketch = startSketchOn(XZ)
 | 
			
		||||
///     |> circle( center = [5, 0], radius = 1 )
 | 
			
		||||
///     |> sweep(path = helixPath)
 | 
			
		||||
/// ```
 | 
			
		||||
///
 | 
			
		||||
/// ```
 | 
			
		||||
@ -408,13 +408,13 @@ export fn offsetPlane(
 | 
			
		||||
///  )
 | 
			
		||||
///
 | 
			
		||||
///
 | 
			
		||||
/// springSketch = startSketchOn(YZ)
 | 
			
		||||
/// springSketch = startSketchOn(XZ)
 | 
			
		||||
///     |> circle( center = [0, 0], radius = 1)
 | 
			
		||||
///
 | 
			
		||||
/// // Create a spring by sweeping around the helix path.
 | 
			
		||||
/// sweepedSpring = clone(springSketch)
 | 
			
		||||
///     |> translate(x=100)
 | 
			
		||||
///     |> sweep(path = helixPath, relativeTo = sweep::SKETCH_PLANE)
 | 
			
		||||
///     |> translate(x=5)
 | 
			
		||||
///     |> sweep(path = helixPath)
 | 
			
		||||
/// ```
 | 
			
		||||
///
 | 
			
		||||
/// ```kcl
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 185 KiB  | 
| 
		 Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 202 KiB  | 
| 
		 Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 202 KiB  | 
| 
		 Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 187 KiB  | 
| 
		 Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 185 KiB  |