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