Raihana ABDUL
Logiciel de prototypage : OpenSCAD
Micro :
Code :
color ("darkgrey") translate ([0,0,41]) rotate_extrude(convexity = 10, $fn = 100)
translate([10, 0, 0]) circle(r = 0.5, $fn = 100);
color ("Snow") translate([0,0,23]) cylinder(h=10, r=9.5, $fn = 200);
color ("Bisque") translate([0, 9.3, 30]) sphere (r=1, $fn = 100);
color ("Bisque") translate([0, 9.3, 27]) sphere (r=1, $fn = 100);
color ("Bisque") translate([5, 8, 30]) sphere (r=1, $fn = 100);
color ("Bisque") translate([5, 8, 27]) sphere (r=1, $fn = 100);
color ("Bisque") translate([-5, 8, 30]) sphere (r=1, $fn = 100);
color ("Bisque") translate([-5, 8, 27]) sphere (r=1, $fn = 100);
color ("Chocolate") translate([2.5, 8.3, 28]) rotate([12, 90, 0]) square([2, 1]);
color ("Chocolate") translate([-2.5, 8.3, 28]) rotate([-12, 90, 0]) square([2, 1]);
color ("darkSalmon") cylinder(h=35, r=4, $fn = 50);
translate([0,0,40]) color ("darkgrey") sphere (r=10);
color ("darkgrey") translate ([0,0,41]) rotate_extrude(convexity = 10, $fn = 100)
translate([10, 0, 0]) circle(r = 0.5, $fn = 100);
color ("Snow") translate([0,0,23]) cylinder(h=10, r=9.5, $fn = 200);
Sorbonne Université :
Code :
color ("DodgerBlue") rotate([0, 90, 0]) linear_extrude(height = 165, center = false, convexity = 10, twist = 4000, $fn = 100)
translate([2, 2.5, 0]) circle(r = 1);
color ("DarkTurquoise") linear_extrude(height=1) text ("SORBONNE UNIVERSITÉ", size = 10, valign = "centre", halign = "centre");
color ("DodgerBlue") rotate([0, 90, 0]) linear_extrude(height = 165, center = false, convexity = 10, twist = 4000, $fn = 100)
translate([2, 2.5, 0]) circle(r = 1);
color ("DarkBlue") rotate([0, 90, 0]) linear_extrude(height = 165, center = false, convexity = 10, twist = 4000, $fn = 100)
translate([-2,-2.5, 0]) circle(r = 1);