Open jgomez720 opened 3 weeks ago
I used the UI to create this sketch first, then edited the code and replaced one of the lines with an arc. The sketch leaves a line artifact with the dimension. This is not needed
arc
sketch001 = startSketchOn('XZ') |> startProfileAt([1.87, 154.16], %) |> line([86.22, -141.51], %) |> arc({ angleStart: 120, angleEnd: 300, radius: 50, }, %) |> line([81.54, -127.45], %) |> line([-189.31, 62.79], %) |> line([-101.21, 2.81], %) |> line([-96.53, -63.73], %) |> line([68.7, 148.48], %) |> line([44.32, 108.42], %) |> lineTo([profileStartX(%), profileStartY(%)], %) |> close(%)
v0.25.6
@franknoirot reassign as needed
Description
I used the UI to create this sketch first, then edited the code and replaced one of the lines with an
arc
. The sketch leaves a line artifact with the dimension. This is not neededKCL
Version
v0.25.6
Recordings/Screenshots