2025-03-20 11:06:27 +13:00
|
|
|
---
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
|
|
description: Result of unparsing tangential_arc.kcl
|
|
|
|
---
|
|
|
|
boxSketch = startSketchOn(XY)
|
2025-04-25 16:01:35 -05:00
|
|
|
|> startProfile(at = [0, 0])
|
2025-03-20 11:06:27 +13:00
|
|
|
|> line(end = [0, 10])
|
2025-04-11 14:17:20 -04:00
|
|
|
|> tangentialArc(radius = 5, angle = 90)
|
2025-03-20 11:06:27 +13:00
|
|
|
|> line(end = [5, -15])
|
|
|
|
|> extrude(length = 10)
|