?

Helical threads 3D Models

Find the best Helical threads 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.

Anonymous1767493505
Transform this flat 2D illustration into a detailed, three-dimensional style image
Anonymous1767315008
Anonymous1763901126
去除背景
Anonymous1766632176
Anonymous1745575430
Anonymous1750515096
六边形宽7cm高3cm,整体长10cm
Anonymous1764308478
六边形宽7mm,中间圆宽5mm
Anonymous1764308478
Anonymous1759236506
Anonymous1763521472
Создай модель данной запчасти вместе с резьбой и гайкой
Anonymous1761554031
Anonymous1747650507
6#螺丝螺母
Anonymous1760787459
Anonymous1759647607
Make me M5 screw
Anonymous1751578245
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// معلمات البرغي
bolt_diameter = 20;      // قطر البرغي
bolt_length = 100;       // طول البرغي
head_diameter = 35;      // قطر رأس البرغي
head_height = 15;        // ارتفاع رأس البرغي
thread_pitch = 2.5;      // مسافة بين خيوط البرغي
thread_depth = 1.5;      // عمق الخيوط
nut_diameter = 40;       // قطر الصامولة
nut_height = 20;         // ارتفاع الصامولة

// إنشاء البرغي
module excavator_bolt() {
    // رأس البرغي
    translate([0, 0, bolt_length])
    cylinder(h=head_height, d=head_diameter, $fn=6);
    
    // جسم البرغي مع الخيوط
    thread_bolt();
    
    // الصامولة
    translate([0, 0, -nut_height])
    cylinder(h=nut_height, d=nut_diameter, $fn=6);
}

// وحدة لإنشاء خيوط البرغي
module thread_bolt() {
    cylinder(h=bolt_length, d=bolt_diameter, $fn=30);
    
    // إنشاء الخيوط
    for(i=[0:thread_pitch:bolt_length]) {
        translate([0, 0, i])
        rotate_extrude($fn=30)
        translate([bolt_diameter/2, 0, 0])
        circle(r=thread_depth, $fn=10);
    }
}

// استدعاء الوحدة لإنشاء البرغي
excavator_bolt
Anonymous1758624720
一个螺旋瓶口
Anonymous1758603071
bolt
Anonymous1751007610
Enter invite code to get credits!