Impossible shape ? October 16, 2014 10:08AM |
Registered: 13 years ago Posts: 862 |
Re: Impossible shape ? October 16, 2014 06:26PM |
Registered: 14 years ago Posts: 3,742 |
$fn=100; intersection() { scale([1,0.75,1]) cylinder(r=24, h=100, center=true); translate([0,0,50]) cube([100,100,90], true); difference() { union() { translate([0,0,20]) cylinder(r=12, h=20, center=true); translate([0,0,0]) rotate([0,90,0]) cylinder(r=20, h=40, center=true); } translate([0,0,21]) cylinder(r=10, h=22, center=true); translate([0,0,0]) rotate([0,90,0]) cylinder(r=18, h=41, center=true); } }
Re: Impossible shape ? October 17, 2014 07:34AM |
Registered: 13 years ago Posts: 862 |
Re: Impossible shape ? October 17, 2014 09:13AM |
Registered: 14 years ago Posts: 3,742 |
Quote
Replace
How about my other attempts to imitate the MarkV parts?
Re: Impossible shape ? October 17, 2014 12:18PM |
Registered: 10 years ago Posts: 2,472 |
Quote
Replace
BTW, I love your way to make an oval out of a scaled cylinder.
I was used to hull 2 cylinders, but this renders probably faster :-)
Re: Impossible shape ? October 17, 2014 01:24PM |
Registered: 12 years ago Posts: 1,320 |
Re: Impossible shape ? October 17, 2014 02:39PM |
Registered: 13 years ago Posts: 862 |
Re: Impossible shape ? October 18, 2014 05:04AM |
Registered: 14 years ago Posts: 3,742 |
Re: Impossible shape ? October 18, 2014 08:11AM |
Registered: 13 years ago Posts: 862 |
Re: Impossible shape ? October 18, 2014 06:15PM |
Registered: 14 years ago Posts: 3,742 |
Re: Impossible shape ? October 22, 2014 08:38AM |
Registered: 14 years ago Posts: 3,742 |
Quote
Replace
I gave you the credit for this part on Thingiverse
Re: Impossible shape ? October 22, 2014 05:39PM |
Registered: 13 years ago Posts: 862 |