Files
modeling-app/src/wasm-lib/tests/executor/inputs/close_arc.kcl

10 lines
260 B
Plaintext
Raw Normal View History

const center = [0,0]
const radius = 40
const height = 3
const body = startSketchOn('XY')
|> startProfileAt([center[0]+radius, center[1]], %)
|> arc({angle_end: 360, angle_start: 0, radius: radius}, %)
|> close(%)
|> extrude(height, %)