Files
modeling-app/rust/kcl-lib/tests/circle_three_point/input.kcl
Nick Cameron bae875382c Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-30 05:13:11 +00:00

4 lines
123 B
Plaintext

sketch001 = startSketchOn(XY)
|> circleThreePoint(p1 = [25, 25], p2 = [30, 20], p3 = [27, 15])
|> extrude(length = 10)