?

Bolted flanges 3D Models

Find the best Bolted flanges 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.

Anonymous1750936822
Anonymous1773597334
Anonymous1774336755
Anonymous1774257557
Anonymous1756832831
Hemant
Anonymous1774196876
Anonymous1773983961
Anonymous1770585697
Anonymous1772455692
$fn=120;

// PARAMETRY
base_r = 18;
base_h = 5;

ring_r = 14;
ring_h = 4;

core_r = 6;
core_h = 8;

// PODSTAWA (stalowa płyta z otworami)
difference() {
    cylinder(h=base_h, r=base_r);

    // otwory montażowe
    for (i = [0:60:360]) {
        rotate([0,0,i])
        translate([base_r-4,0,0])
        cylinder(h=base_h+1, r=1.5);
    }
}

// PIERŚCIEŃ (flansza)
translate([0,0,base_h])
difference() {
    cylinder(h=ring_h, r=ring_r);
    cylinder(h=ring_h+1, r=ring_r-3);
}

// ŚRUBY (imitacja)
for (i = [0:60:360]) {
    rotate([0,0,i])
    translate([ring_r-2,0,base_h + ring_h])
    cylinder(h=2, r=1.2);
}

// RDZEŃ (element roboczy)
translate([0,0,base_h + ring_h])
cylinder(h=core_h, r=core_r);

// GÓRA (ścięta – bardziej techniczna niż kula)
translate([0,0,base_h + ring_h + core_h])
cylinder(h=3, r1=core_r, r2=core_r-2);

// DOLNY RANT
difference() {
    cylinder(h=2, r=base_r+2);
    translate([0,0,-1])
    cylinder(h=4, r=base_r);
}
Anonymous1743587997
Anonymous1773440768
这是一个损坏叶轮
Anonymous1730945080
Anonymous1773909115
Anonymous1773191466
Anonymous1773812322
Anonymous1773813970
Anonymous1771818206
Enter invite code to get credits!