?

Inner bore 3D Models

Find the best Inner bore 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.

Anonymous1761166664
Anonymous1761027337
Anonymous1755616394
Anonymous1757742560
Anonymous1759983591
Anonymous1749864749
Anonymous1719875913
Anonymous1759925434
Anonymous1759146046
Anonymous1758624201
полый цилиндер высотой 2.33 миллиметра и внутренним диаметром 2.6 миллиметра толщина стен 1.5мм
Anonymous1756389546
Anonymous1758544972
外径9/32英寸,壁厚0.028英寸,内径约5.72mm,长度37mm管子中空的
Anonymous1777037363
Anonymous1768477066
Anonymous1776347734
Anonymous1774496642
Anonymous1776008387

// Parametry
outer_diameter = 250; // mm (25 cm)
hole_diameter = 28;   // mm (gryf)
thickness = 40;       // mm (grubość talerza)
wall = 3;             // mm (grubość ścianek)

$fn = 120;

// Model
difference() {
    // Zewnętrzny cylinder
    cylinder(d = outer_diameter, h = thickness);

    // Wydrążenie środka
    translate([0,0,wall])
        cylinder(d = outer_diameter - 2*wall, h = thickness);

    // Otwór na gryf
    translate([0,0,-1])
        cylinder(d = hole_diameter, h = thickness + 2);
}
Anonymous1769256412
Enter invite code to get credits!