3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
View Plans
DCC Bridge
rayankassab208
09-25 08:21
Model Name
bearing housing 3d model
Tags
3d printing
3d printing realistic
bearing housing
cylinder
machine
machine 3d printing
machine 3d printing realistic
machine realistic
realistic
Prompt
// OpenSCAD code for the 3D model // Main body dimensions body_width = 150; body_length = 60; body_height = 15; base_height = 45; // Mounting holes hole_radius = 6; hole_distance = 30; // Central cylinder cylinder_radius = 25; cylinder_height = 30; // Inner holes inner_hole_1_radius = 5; inner_hole_2_radius = 10; inner_hole_3_radius = 15; // Main body union() { // Base plate cube([body_width, body_length, body_height]); // Right and left supports translate([75, 0, 0]) { cube([70, body_length, base_height - body_height]); } // Front and back supports translate([0, 0, 0]) { cube([40, body_length, base_height - body_height]); } // Central cylinder translate([75, 30, body_height]) { cylinder(r=cylinder_radius, h=cylinder_height); } // Mounting holes translate([15, 15, body_height]) { cylinder(r=hole_radius, h=body_height + 5); } translate([15, 45, body_height]) { cylinder(r=hole_radius, h=body_height + 5); } // Inner holes translate([75, 30, body_height]) { cylinder(r=inner_hole_1_radius, h=body_height + 5); } translate([75, 30, body_height]) { cylinder(r=inner_hole_2_radius, h=body_height + 5); } translate([75, 30, body_height]) { cylinder(r=inner_hole_3_radius, h=body_height + 5); } }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!