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