CoffeeSCad icon indicating copy to clipboard operation
CoffeeSCad copied to clipboard

Cylinder d1 d2 vs r1 r2 are inverted.

Open se5a opened this issue 11 years ago • 0 comments

this creates one cone pointing up and one cone down:

cyl1 = new Cylinder( { d1: 10 d2: 20 h: 30 center:[10, true, false] })

cyl2 = new Cylinder( { r1: 5 r2: 10 h: 30 center:[-10, true, false] })

assembly.add(cyl1) assembly.add(cyl2)

se5a avatar Jun 06 '13 00:06 se5a