3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
3D Creation Made Simple
Text & Image to 3D Model in seconds
One-Click Texturing & Smart Detail Editing
Free Credits Monthly
Start Free
Anonymous1770737411
02-13 16:40
Model Name
coche deportivo 3d
Tags
vehicle
rendering
realistic
Prompt
// =============================== // MODELO 3D TIPO SUPERCAR // Listo para exportar en STL // =============================== // Escala general (mm) length = 120; width = 55; height = 30; // Cuerpo principal module body() { hull() { translate([0, 0, 10]) cube([length, width, 15], center=true); translate([0, 0, 20]) cube([length*0.7, width*0.8, 10], center=true); } } // Cabina module cabin() { translate([0, 0, 28]) hull() { cube([length*0.4, width*0.6, 8], center=true); translate([0, 0, 5]) cube([length*0.3, width*0.5, 6], center=true); } } // Ruedas module wheel(x, y) { translate([x, y, 8]) rotate([90,0,0]) cylinder(h=10, r=10, center=true, $fn=50); } // Ensamblado union() { body(); cabin(); // Ruedas delanteras wheel(length/2 - 20, width/2 + 2); wheel(length/2 - 20, -width/2 - 2); // Ruedas traseras wheel(-length/2 + 20, width/2 + 2); wheel(-length/2 + 20, -width/2 - 2); }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!