7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
![]() |
sketch001 = startSketchOn(XY)
|
||
|
|> circle(center = [15, 0], radius= 5)
|
||
|
|> revolve(
|
||
|
angle = 360,
|
||
|
axis = Y
|
||
|
)
|