?

Hollow cylinder 3D Models

Find the best Hollow cylinder 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.

A hollow cylindrical pontoon, low poly style, colored in Macau's signature soft mint green. Its surface is engraved with a shallow-relief pattern, blending simplified wavy Portuguese pavement lines with a tiny silhouette of the Ruins of St. Paul's. Two square connection pegs on top. The design is clean, simple, and optimized for 3D printing.
Anonymous1773058239
hollow cylinder
Anonymous1776376954
straight tube Outer diameter: 72 mm
Inner diameter: 41 mm
5 holes, each at 4 mm diameter full depth,
Evenly spaced around the circumference,
Hole centers located 7.5 mm from the inner edge . tube is 11mm high
Anonymous1770078180
Anonymous1760887026
Anonymous1760887026
Anonymous1760887026
製作一個圓柱形空心零件,整體為圓筒結構,中心貫通空心,內壁光滑均勻。外壁一側切除處理,保留部分圓弧輪廓。尺寸適中,壁厚均勻,具備一定結構強度。外形簡潔,可與其他模型零件插接或卡扣組合,無需膠水即可裝配。
Anonymous1773658866

// 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
Create a simple straight cylinder.
Total length exactly 15 mm.
Outer diameter exactly 32.4 mm.
Inside there is a hole with diameter exactly 28 mm that goes straight through the entire length.
Perfectly cylindrical shape, no bends, no angles, no threads, no extra parts.
Smooth walls, clean geometry, suitable for 3D printing.
Exact dimensions only."
Anonymous1775575862
Create a simple straight cylinder.
Total length exactly 14 mm.
Outer diameter exactly 32.4 mm.
Inside there is a hole with diameter exactly 28 mm that goes all the way through the entire length.
The shape is perfectly cylindrical, straight, with no bends, no angles, no threads, no extra parts.
Smooth walls, clean geometry, suitable for 3D printing.
Exact dimensions only.
Anonymous1775575862
The object is a cylinder.
The cylinder is 20 mm in outer diameter and 30 mm tall.

In the center of the cylinder, create a straight cylindrical hole that is 8.05 mm in diameter.
This hole must go all the way through the cylinder from top to bottom.

Inside this hole, create a male key.
The male key must be a rectangular protrusion that is 3 mm wide and 3 mm tall.
The male key must run the full 30 mm height of the cylinder.
The male key must be physically attached to the inner wall of the 8.05 mm hole.
The male key must not be a separate piece.
The male key must be part of the same solid body as the cylinder.

The final result must be one single watertight 3D object
Anonymous1775528192
A solid black hollow cylindrical shell is defined by:

Radius 
𝑅
=
0.5
 
m
R=0.5m
Length 
𝐿
=
2.0
 
m
L=2.0m
Thickness 
ℎ
=
0.01
 
m
h=0.01m
Young’s modulus 
𝐸
=
2.1
×
10
11
 
Pa
E=2.1×10
11
Pa
Density 
𝜌
=
7800
 
kg/m³
ρ=7800kg/m³
Poisson’s ratio 
𝜈
=
0.3
ν=0.3
Anonymous1775222875
Make a cylinder, with a hollow midde sloping down, like a wedge
Anonymous1774564284
Make me a cup holder that clamps between two individual 42.2mm tubes sitting horizontally parallel at a distance of 109.6mm between the two nearest surfaces and with a cup width of 83mm and depth of 83mm, It will be 3d printed from an STL file on a Qidi plus4. This is for a burn bar on a texas shallow water boat
Anonymous1774479474
Anonymous1773943315
$fn = 120;

// ====== PARAMETERS ======
outer_diameter = 40;     
inner_diameter = 33;     
height = 26;             
shaft_hole = 16;         
lip_thickness = 3.5;     

// ====== MODEL ======
difference() {

    // Outer body
    union() {
        // main cap
        cylinder(h = height, d = outer_diameter);

        // inner lip (for grip)
        cylinder(h = 8, d = inner_diameter + 0.5);
    }

    // Hollow inside
    translate([0,0,lip_thickness])
        cylinder(h = height, d = inner_diameter);

    // Shaft hole (center)
    translate([0,0,-1])
        cylinder(h = height+2, d = shaft_hole);
}
Anonymous1772527825
Anonymous1773840589
hanhan
Enter invite code to get credits!