?

Bearing housing 3D Models

Find the best Bearing housing 3D Models, free download in STL, FBX, GLB, OBJ, 3MF, USDZ for 3D modeling and creation in Blender, 3D printing, game developing, animation, eCommerce, AR/VR and etc. Generated by Tripo AI 3D Generator.

Anonymous1760424661
Anonymous1759755059
Anonymous1759441839
Anonymous1711604597
Anonymous1759181971
Anonymous1711604597
// 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);
    }
}
Anonymous1758706010
// 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);
    }
}
Anonymous1758706010
Anonymous1776752462
Anonymous1776219394
Anonymous1776219394
Anonymous1776082766
Anonymous1774903221
Anonymous1773852376
Anonymous1752462137
Anonymous1771922220
Anonymous1770743655
Anonymous1770627457
Enter invite code to get credits!