Back
openScad TubeTest – 3D printable model from Thingiverse Thingiverse

openScad TubeTest

4 Downloads
0 Likes
0 Makes
Download Model
module tubTest(fn){
fn=fn;
tube([1,1,0.5], odd=false, $fn=fn);
color([0.8,0.2,0.3,0.4]) tube([1,1,0.1], odd=true, $fn=fn);
color([0.4,0.2,0.3,0.4]) translate([0,0,1]) tube([1,1,0.1], odd="elip", $fn=fn);
color([0.2,0.8,0.3,0.4]) translate([0,0,-1]) tube([1,1,0.1], odd="sqr", $fn=fn);
}
for(i=[3:1:20]){
translate([0,(i-4)*3,0]) tubTest(i);
}

odd is the polygon that has side 1
odd=flase is the polygon that is radius 1
odd=elip is the poly that fits into radius 1
odd=sqr is the poly
Source
Thingiverse
Comments
0

Bewertung

Noch keine Bewertungen

Comments

No comments yet – be the first!
All Thingiverse Models More by karolyish

Similar Models

6 Suggestions

Add to Collection