wheel and more cylinder2
Description
A wheel and other objects drawn with cylinder2 ==================================== All the objects mostly take 1 line of code to draw thanks to cylinder2!!! In cylinder2.scad are 2 new functions 'cylinder2' and 'circle2' 'circle2' can do everything that 'circle' does given the same parameters and much MORE. 'cylinder2' can do everything that 'cylinder' does given the same parameters and much MORE all in one call. Draw a 'D' shaped cylinder: `cylinder2(h=10,d=15,deg=280); // Cylinder with DEG = 280 rounded ` Draw a curved bar: `cylinder2(h=20,d=20,ri=5,deg=80,sd=45,efn=0,$fn=7); // Tube 45-125, straight ends, 7 faces` To use it: Download cylinder2.scad and place it with your scad files or in your OpenSCAD library directory Add the next line to you .scad file: `use <cylinder2.scad>;` Then use 'cylinder2' and/or 'circle2' See the other examples and a large list in cylinder2-all
Statistics
Likes
0
Downloads
0