Move axes to std constants; move helix, revolve, and mirror2d to be declared in KCL (#6105)
Move axes to std constants; move helix, revolve, and mirror2d to be declated in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -684,7 +684,7 @@ sketch001 = startSketchOn(XZ)
 | 
			
		||||
  |> line(end = [12.73, -0.09])
 | 
			
		||||
  |> tangentialArcTo([24.95, -5.38], %)
 | 
			
		||||
  |> close()
 | 
			
		||||
  |> revolve(axis = "X")`
 | 
			
		||||
  |> revolve(axis = X)`
 | 
			
		||||
      )
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
@ -771,7 +771,7 @@ sketch001 = startSketchOn(XZ)
 | 
			
		||||
  |> tangentialArcTo([24.95, -5.38], %)
 | 
			
		||||
  |> line(end = [1.97, 2.06])
 | 
			
		||||
  |> close()
 | 
			
		||||
  |> revolve(axis = "X")`,
 | 
			
		||||
  |> revolve(axis = X)`,
 | 
			
		||||
      { shouldNormalise: true }
 | 
			
		||||
    )
 | 
			
		||||
  })
 | 
			
		||||
@ -1223,7 +1223,7 @@ profile001 = startProfileAt([${roundOff(scale * 69.6)}, ${roundOff(
 | 
			
		||||
          |> xLine(endAbsolute = 0 + .001)
 | 
			
		||||
          |> yLine(endAbsolute = 0)
 | 
			
		||||
          |> close()
 | 
			
		||||
          |> revolve(axis = "Y")
 | 
			
		||||
          |> revolve(axis = Y)
 | 
			
		||||
 | 
			
		||||
        return lugSketch
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user