* Remove deprecated syntax Signed-off-by: Nick Cameron <nrc@ncameron.org> * fix one test * fix sketch on revolved face test * fix test: empty-scene default-planes act as expected * fix up more tests * another fix * remove another const --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: Kurt Hutten Irev-Dev <k.hutten@protonmail.ch>
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
part001 = startSketchOn(XY)
|
|
|> circle(center= [5, 5], radius= 10)
|
|
|> extrude(length = 10)
|
|
|> helix(revolutions = 16, angleStart = 0, length = 3, cylinder = %)
|