$fn=200; translate([0,0,20]){ translate ([0,0,0]){color([0.5,0.5,1,1]) //Oberteil rotate_extrude( $fn=30){ polygon(points=[[5.5,9],[1,5],[8,5]]); }; //Polygon bei z=0 Höhe Tallie translate([0,0,-100])color([0.5,0.5,1,0]) //Rock weiß polygon(points=[[10,7.5],[1,5],[9,5]]);} translate([0,-0.01,-14]){color([0.5,0.5,1,1]) rotate_extrude($fn=30){ polygon(points=[[9,5],[12,5],[5.5 ,15]]); }; //Polygon bei z=0 Höhe Fuß translate([0,0,-100]) // Körper color([0.5,0.5,1,0.0]) polygon(points=[[9,5],[15,5],[10,15]]);} color([0.7,0.4,0.1,1])translate([0,0,-20]){cylinder (40,3,3,center) ;}; // Kopf color([0.7,0.4,0.1,1])translate([0,0,18]){sphere(7,center) ;} translate([0,0,10]){color([0.5,0.5,1,1]) rotate_extrude(){ polygon(points=[[5.5,-9],[1,-5],[8,-5]]); }; // Hutkrempe color([0.7,0.5,1,0.0]) polygon(points=[[10,15],[1,5],[9,5]]);} translate([0,0,15]){color([0.5,0.5,1,1]) rotate_extrude($fn=30){ polygon(points=[[5.5,7.5],[1,5],[9,5]]); }; translate([0,0,-100])color([0.5,0.5,1,0.0]) polygon(points=[[10,7.5],[1,5],[9,5]])translate([0,0,-100]);} $fn=30; //Hut oben color([0.5,0.5,1,1])translate([0,0,21]){sphere(6,center,$fn=30) ;} //Band um Hut $fn=200; color([1,0.5,0.8,1])translate([0,0,22.5]){circle(6,center) ;} // Band um Tallie color([1,0.5,0.8,1])translate([0,0,1]){circle(6,center) ;} // Band Kleid unten color([1,0.5,0.8,1])translate([0,0,-10]){cylinder(1,12,12,center) ;} // Mund rotate([90,0,0])color([0,0,0,1])translate([0,17,5]){circle(3.7,center) ;} // Auge links rotate([90,0,0])color([0,0,0,1])translate([-2,16.5,6.265]){cylinder(0.5,0.6,0.8,center) ;} // Auge rechts rotate([90,0,0])color([0,0,0,1])translate([2,16.5,6.265]){cylinder(0.5,0.6,0.8,center) ;} // Nase rotate([90,0,0])color([0,0,0,1])translate([0,15.5,6.2]){circle(0.5,center) ;} // Fuß color([0.7,0.4,0.1,1])translate([0,0,-20]){cylinder(3,7,7,center) ;};} // Arm links rotate([-50,60,0])color([0.7,0.4,0.1,1])translate([-25,-6,-10]){cylinder(15,1.5,1.5,center) ;} // Hand links color([0.7,0.4,0.1,1])translate([-15,-12,20]){sphere(2,center) ;} // Arm rechts translate([15,-7,21])rotate([-50,60,90])color([0.7,0.4,0.1,1]){cylinder(15,1.5,1.5,center) ;} // Hand rechts color([0.7,0.4,0.1,1])translate([15,-7,21]){sphere(2,center) ;} //Halskette rotate([0,0,38]){rotate([])for(i=[0:18]){rotate([0,0,i*180/11]){color([0.95,0.9,0.85,1])translate([0,-3.7,29.5]){sphere(0.55,center) ;};};};} // Ärmel translate([7,-2,24.5])color([1,1,1,1]){sphere(3,center,$fn=20);} translate([-7,-2.6,24.5])color([1,1,1,1]){sphere(3,center,$fn=20);}; // Herz translate([0,-8.85,24])rotate([35,-33,36]){ // Herz braun color([0.4,0.2,0,1]){cube([5,5,1],center); translate([2.5,5,0])cylinder(1,2.5,2.5,center);translate([5,2.5,0])cylinder(1,2.5,2.5,center);}; // Herz weiß groß color([0.95,0.9,0.85,1]){translate([-0.4,-0.4,0.05]){cube([5.4,5.4,0.9],center);}; translate([2.5,5,0.055])cylinder(0.9,2.9,2.9,center);translate([5,2.5,0.055])cylinder(0.9,2.9,2.9,center);}; // Schrift "I mog di" rotate([0,0,-45])color([0.95,0.9,0.85,1])translate([-3.8,4.1,0.6])scale([0.18,0.18,1]){text("I mog di",font="Brush Script MT",center);}; // Herz weiß klein color([0.95,0.9,0.85,1])translate([1.2,1.2,0.15]){translate([-0.4,-0.4,0.055]){cube([1,1,0.9],center);}; translate([0.1,0.5,0.055])cylinder(0.9,0.49,0.49,center);translate([0.5,0.1,0.055])cylinder(0.9,0.49,0.49,center);};};